يزود هذا وثيقة عينة تشكيل ل IEEE 802.1Q شنطة بين مادة حفازة 6500 sery مفتاح أن يركض مادة حفازة os (CatOS)، والمادة حفازة 2948g-l3 مفتاح. يحتوي هذا المستند على شبكة نموذجية تحتوي على محول Catalyst 2948G-L3 كمحول أساسي و Catalyst 6500 كمحول طبقة الوصول. بعد وصف موجز ال 802.1Q trunking آلية، التشكيل على المادة حفازة 6500 مفتاح ومادة حفازة 2948g-l3 مفتاح يصف.
لا توجد متطلبات خاصة لهذا المستند.
تستند المعلومات الواردة في هذا المستند إلى إصدارات البرامج والمكونات المادية التالية:
مادة حفازة 2948g-l3 مفتاح مسحاج تخديد أن يركض cisco ios ® برمجية إطلاق 12.0(18)W5(22b)
مادة حفازة 6500 sery مفتاح أن يركض CatOS 8،5 برمجية
راجع اصطلاحات تلميحات Cisco التقنية للحصول على مزيد من المعلومات حول اصطلاحات المستندات.
يحمل trunking حركة مرور من عدة VLANs عبر إرتباط من نقطة إلى نقطة بين الجهازين. هناك طريقتان للربط بين المحولات وهما بروتوكول الارتباط بين المحولات (ISL)، وهو بروتوكول خاص من Cisco، أو بروتوكول 802.1Q (معيار IEEE). يتناول هذا المستند بشكل خاص توصيل 802.1Q. في هذا مثال، VLANs في المادة حفازة 6500 مددت إلى مادة حفازة 2948g-l3 عن طريق 802.1Q شنطة خطوة.
مادة حفازة 2948g-l3 مسحاج تخديد أن يركض cisco ios، وكل قارن يتم توجيهها قارن افتراضيا. أنت ينبغي استعملت جسر مجموعة in order to استعملت المفهوم من VLANs على المادة حفازة 2948g-l3. كل جسر اعتبرت VLAN منفصل. تتوافق مجموعات الجسر هذه مع رقم شبكة VLAN الخاص بالمحول المتصل. من أجل دعم التوجيه بين شبكات VLAN على Catalyst 2948G-L3، يتم تكوين التوجيه والربط المدمج (IRB) وواجهات الجسر الظاهرية (BVIs) لتوجيه IP بين شبكات VLAN المختلفة.
لا يساند المادة حفازة 2948g-l3 عدة طبقة 2-direction بروتوكول، مثل فعلي انتهائية بروتوكول (VTP)، يوزع تشخيصات وخدمة شبكة (DDSN) نقل بروتوكول (DTP)، وميناء تراكم بروتوكول (PAgP). لا يدعم برنامج Catalyst 2948G-L3 Cisco IOS الإصدار 12.0(7)W5(15d) والإصدارات الأقدم التوصيل على الواجهات الفرعية 802.1Q.
وصل المادة حفازة 2948g-l3 إلى نهاية الحياة (EoL). راجع EoL / EoS للمحولات Cisco Catalyst 2948G-L3 و 4908G-L3 Switches للحصول على المعلومات والمنتجات البديلة الموصى بها.
في هذا المثال، يتم نشر المادة حفازة 2948g-l3 كموجه بين شبكات VLAN. يركض مادة حفازة 6500 CatOS ويستخدم 802.1Q شنطة خطوة أن يربط إلى المادة حفازة 2948g-l3 مفتاح. شكلت مادة حفازة 6500 كمنفذ طبقة مفتاح أي يتلقى إثنان VLANs، 20 و 30. يتم توفير التوجيه بين شبكتي VLAN هاتين بواسطة Catalyst 2948G-L3. ال 802.1Q شنطة تشكيل بين المادة حفازة 6500 والمادة حفازة 2948g-l3، وال inter-VLAN تحشد تشكيل على المادة حفازة 2948g-l3 مفتاح، يصف في هذا وثيقة.
في هذا القسم، تُقدّم لك معلومات تكوين الميزات الموضحة في هذا المستند.
ملاحظة: أستخدم أداة بحث الأوامر (للعملاء المسجلين فقط) للحصول على مزيد من المعلومات حول الأوامر المستخدمة في هذا القسم.
يستخدم هذا المستند إعداد الشبكة التالي:
يستخدم هذا المستند التكوينات التالية:
Catalyst 6500 |
---|
Current configuration: ! version 8.1 ! hostname 6500 ! Catalyst 6500(enable)# set vtp mode transparent !--- In this example, the VTP mode is set to be transparent. !--- Set the VTP mode accordingly. This depends on your network. ! #module 3 : 48-port 10/100BaseTX Ethernet set vlan 20 3/20 set vlan 30 3/40 !--- The ports are assigned to the single VLAN and are !--- used as access ports. set trunk 3/30 nonegotiate dot1q !--- Port 3/30 is configured as dot1q trunk port and !--- the trunk mode is set to nonegotiate. !--- Trunk mode should be nonegotiate because 2948G-L3 does not support DTP. set port enable 3/20,3/30,3/40 !--- Use the set port enable command !--- to enable a port or a range of ports. !--- Output is suppressed. |
Catalyst 2948G-L3 |
---|
Current configuration: ! version 12.0 hostname 2948G-L3 ! interface FastEthernet 20 no ip address no ip directed-broadcast bridge-group 20 !--- The bridge-group 20 command adds the !--- Fast Ethernet 20 interface to bridge group 20. interface FastEthernet 40 no ip address no ip directed-broadcast bridge-group 30 !--- The bridge-group 30 command adds the !--- Fast Ethernet 40 interface to bridge group 30. ! interface Fast Ethernet 30 no ip address no ip redirects no ip directed-broadcast int fast ethernet 30.1 encapsulation dot1q 30 bride-group 30 exit int fast ethernet 30.2 encapsulation dot1q 20 bridge-group 20 exit int fast ethernet 30.3 encapsultion dot1q 1 native bridge-group 1 exit !--- Fast Ethernet 30 acts as a trunk port that carries VLANs 30 and 20. !--- Subinterfaces that belong to the same VLAN (network or subnet) must !--- be configured to belong to the same bridge group. !--- VLAN 1 is the native VLAN by default. bridge irb !--- The bridge irb command enables IRB on !--- the router, which allows you to route traffic within the bridge groups. bridge 30 protocol ieee bridge 20 protocol ieee !--- Choose IEEE as the Spanning Tree Protocol (STP). bridge 30 route ip bridge 20 route ip !--- The bridge number route ip command allows you !--- to route IP traffic between the BVI interface !--- and the other IP interfaces on the router. interface bvi 20 ip address 192.168.20.1 255.255.255.0 exit interface bvi 30 ip address 192.168.30.1 255.255.255.0 exit !--- Creates BVI interfaces for bridges 20 and 30. These interfaces act !--- as the gateway for VLANs 20 and 30. !--- Output is suppressed. |
ملاحظة: يجب أن تستخدم أربعة منافذ متجاورة على المادة حفازة 2948g-l3، مثل f1 through f4 أو f45 through f48، على واجهة 10/100، نفس عملية كبسلة VLAN. ال VLAN عملية كبسلة إما ISL أو 802.1Q.
استخدم هذا القسم لتأكيد عمل التكوين بشكل صحيح.
تدعم أداة مترجم الإخراج (للعملاءالمسجلين فقط) بعض أوامر show. استخدم أداة مترجم الإخراج (OIT) لعرض تحليل مُخرَج الأمر show .
2948G-L3#show vlan virtual LAN ID: 30 (IEEE 802.1Q Encapsulation) vLAN Trunk Interface: FastEthernet30.1 This is configured as native Vlan for the following interface(s) : FastEthernet30 Protocols Configured: Address: Received: Transmitted: Bridging Bridge Group 20 1 0 Virtual LAN ID: 20 (IEEE 802.1Q Encapsulation) vLAN Trunk Interface: FastEthernet30.2 Protocols Configured: Address: Received: Transmitted: Bridging Bridge Group 30 921 0
2948G-L3#show bridge 20 Total of 300 station blocks, 298 free Codes: P - permanent, S - self Bridge Group 20: Address Action Interface 0009.11b9.1a75 forward Fa30.2
show trunk— يتحقق هذا الأمر من تكوين خط الاتصال، كما هو موضح في هذا الإخراج:
Console> (enable) show trunk 3/30 * - indicates vtp domain mismatch # - indicates dot1q-all-tagged enabled on the port $ - indicates non-default dot1q-ethertype value Port Mode Encapsulation Status Native vlan -------- ----------- ------------- ------------ ----------- 3/30 nonegotiate dot1q trunking 1 Port Vlans allowed on trunk -------- --------------------------------------------------------------------- 3/30 1-1005,1025-4094 Port Vlans allowed and active in management domain -------- --------------------------------------------------------------------- 3/30 1,20,30
show vlan— يعرض هذا أمر الميناء أن يكون ربطت إلى VLANs يماثل:
VLAN Name Status IfIndex Mod/Ports, Vlans ---- -------------------------------- --------- ------- ------------------------ 1 default active 6 1/1-2 3/1-19,3/21-39,3/41-48 20 VLAN0020 active 71 3/20 30 VLAN0030 active 69 3/40 1002 fddi-default active 7 1003 token-ring-default active 10 1004 fddinet-default active 8 1005 trnet-default active 9
يوفر هذا القسم معلومات يمكنك استخدامها لاستكشاف أخطاء التكوين وإصلاحها.
تدعم أداة مترجم الإخراج (للعملاءالمسجلين فقط) بعض أوامر show. استخدم أداة مترجم الإخراج (OIT) لعرض تحليل مُخرَج الأمر show .
ملاحظة: ارجع إلى معلومات مهمة حول أوامر التصحيح قبل إستخدام أوامر debug.
PC2#ping 192.168.20.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.20.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms PC1#ping 192.168.30.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.30.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms PC1#ping 192.168.20.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.20.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms
المراجعة | تاريخ النشر | التعليقات |
---|---|---|
1.0 |
13-Jul-2006 |
الإصدار الأولي |