From 76874072ddfedde5d79353c4439b942d8e5e044b Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 16 Jul 2024 14:45:13 +0200 Subject: [PATCH] =?utf8?q?Kontynuacja=20pisania=203=20rozdzia=C5=82u,=202?= =?utf8?q?=20modu=C5=82u.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- articles/terminallog/Cisco_-_CCNA.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/articles/terminallog/Cisco_-_CCNA.html b/articles/terminallog/Cisco_-_CCNA.html index 1847978..cb2eeb6 100755 --- a/articles/terminallog/Cisco_-_CCNA.html +++ b/articles/terminallog/Cisco_-_CCNA.html @@ -6720,6 +6720,26 @@ Switch(config-if)#switchport trunk native vlan 1 Switch(config-if)#switchport trunk allowed vlan 1,40,150 Switch(config-if)#end Switch# + +

+ Po podłaczeniu łączy trunk, będziemy mogli wydać polecenie + show interface trunk, które pokaże + nam informacje na temat skonfigurowanych w naszym urządzeniu portów + magistralnych. +

+
+Switch#sh int tr
+Port        Mode         Encapsulation  Status        Native vlan
+Gig0/1      on           802.1q         trunking      1
+
+Port        Vlans allowed on trunk
+Gig0/1      1,40,150
+
+Port        Vlans allowed and active in management domain
+Gig0/1      1,40,150
+
+Port        Vlans in spanning tree forwarding state and not pruned
+Gig0/1      1,40,150
 
-- 2.39.5