Advertisement
Guest User

Untitled

a guest
Mar 29th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. ----------switch-----------------
  2.  
  3. SWITCH#sh interfaces trunk
  4.  
  5. Port Mode Encapsulation Status Native vlan
  6. Fa0/7 on 802.1q trunking 1
  7.  
  8. Port Vlans allowed on trunk
  9. Fa0/7 1-4094
  10.  
  11. Port Vlans allowed and active in management domain
  12. Fa0/7 1-2,10,20
  13.  
  14. Port Vlans in spanning tree forwarding state and not pruned
  15. Fa0/7 1-2,10,20
  16.  
  17. -------------------------------------------
  18.  
  19. SWITCH#sh ip int br
  20. Interface IP-Address OK? Method Status Protocol
  21. Vlan1 192.168.0.80 YES manual up up
  22. Vlan2 192.168.1.91 YES NVRAM administratively down down
  23. Vlan10 unassigned YES NVRAM administratively down down
  24. FastEthernet0/1 unassigned YES unset up up
  25. FastEthernet0/2 unassigned YES unset down down
  26. FastEthernet0/3 unassigned YES unset down down
  27. FastEthernet0/4 unassigned YES unset down down
  28. FastEthernet0/5 unassigned YES unset up up
  29. FastEthernet0/6 unassigned YES unset down down
  30. FastEthernet0/7 unassigned YES unset up up
  31. FastEthernet0/8 unassigned YES unset down down
  32. FastEthernet0/9 unassigned YES unset down down
  33.  
  34. -------------------------------------------------------------
  35.  
  36. VLAN Name Status Ports
  37. ---- -------------------------------- --------- -------------------------------
  38. 1 default active Fa0/1, Fa0/2, Fa0/4, Fa0/6, Fa0/8, Fa0/9, Fa0/10, Fa0/11, Fa0/12, Fa0/13, Fa0/14, Fa0/15, Fa0/16, Fa0/17, Fa0/18, Fa0/19, Fa0/20
  39. Fa0/21, Fa0/22, Fa0/23, Fa0/24
  40. 2 valn2 active
  41. 10 DESKTOP active Fa0/5
  42. 20 LAPTOP active Fa0/3
  43. 1002 fddi-default act/unsup
  44. 1003 token-ring-default act/unsup
  45. 1004 fddinet-default act/unsup
  46. 1005 trnet-default act/unsup
  47.  
  48.  
  49.  
  50.  
  51.  
  52. ##################################################ROUTER$##############################
  53.  
  54. Router#sh ip int br
  55. Interface IP-Address OK? Method Status Protocol
  56. Ethernet0/0 unassigned YES NVRAM up up
  57. Ethernet0/0.1 192.168.10.1 YES NVRAM up up
  58. Ethernet0/0.2 192.168.20.1 YES NVRAM up up
  59. Ethernet0/0.3 192.168.0.30 YES manual up up
  60.  
  61.  
  62. Router#SH VLAN
  63.  
  64. Virtual LAN ID: 1 (IEEE 802.1Q Encapsulation)
  65.  
  66. vLAN Trunk Interface: Ethernet0/0.3
  67.  
  68. Protocols Configured: Address: Received: Transmitted:
  69. IP 192.168.0.30 0 1817
  70.  
  71. Virtual LAN ID: 10 (IEEE 802.1Q Encapsulation)
  72.  
  73. vLAN Trunk Interface: Ethernet0/0.1
  74.  
  75. Protocols Configured: Address: Received: Transmitted:
  76. IP 192.168.10.1 0 2029
  77.  
  78. Virtual LAN ID: 20 (IEEE 802.1Q Encapsulation)
  79.  
  80. vLAN Trunk Interface: Ethernet0/0.2
  81.  
  82. Protocols Configured: Address: Received: Transmitted:
  83. IP 192.168.20.1 0 2016
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement