Advertisement
Guest User

Untitled

a guest
May 25th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Router:
  2.  
  3. interface Ethernet0/0
  4. no ip address
  5. ip nat inside
  6. full-duplex
  7. !
  8. interface Ethernet0/0.1
  9. encapsulation dot1Q 1 native
  10. ip address 192.168.1.254 255.255.255.0
  11.  
  12. Switch:
  13.  
  14. !
  15. interface FastEthernet0/1
  16. description Connection to Router (Trunk)
  17. switchport mode trunk
  18. switchport voice vlan 2
  19. duplex full
  20. spanning-tree portfast
  21. !
  22.  
  23. !
  24. interface Vlan1
  25. ip address 192.168.1.253 255.255.255.0
  26. no ip route-cache
  27.  
  28. !
  29. end
  30.  
  31.  
  32.  
  33.  
  34. Switch#sh int Fast0/1 switch
  35. Name: Fa0/1
  36. Switchport: Enabled
  37. Administrative Mode: trunk
  38. Operational Mode: trunk
  39. Administrative Trunking Encapsulation: dot1q
  40. Operational Trunking Encapsulation: dot1q
  41. Negotiation of Trunking: On
  42. Access Mode VLAN: 1 (default)
  43. Trunking Native Mode VLAN: 1 (default)
  44. Voice VLAN: 2 (VLAN_Voice)
  45. Administrative private-vlan host-association: none
  46. Administrative private-vlan mapping: none
  47. Administrative private-vlan trunk native VLAN: none
  48. Administrative private-vlan trunk encapsulation: dot1q
  49. Administrative private-vlan trunk normal VLANs: none
  50. Administrative private-vlan trunk private VLANs: none
  51. Operational private-vlan: none
  52. Trunking VLANs Enabled: ALL
  53. Pruning VLANs Enabled: 2-1001
  54. Capture Mode Disabled
  55. Capture VLANs Allowed: ALL
  56. Protected: false
  57. Unknown unicast blocked: disabled
  58. Unknown multicast blocked: disabled
  59. Appliance trust: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement