Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. interface GigabitEthernet0
  2. no ip address
  3. no ip route-cache
  4. duplex auto
  5. speed auto
  6. !
  7. interface GigabitEthernet0.100
  8. encapsulation dot1Q 100 native
  9. no ip route-cache
  10. bridge-group 1
  11. bridge-group 1 spanning-disabled
  12. no bridge-group 1 source-learning
  13. !
  14. interface GigabitEthernet0.200
  15. encapsulation dot1Q 200
  16. no ip route-cache
  17. bridge-group 2
  18. bridge-group 2 spanning-disabled
  19. no bridge-group 2 source-learning
  20. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement