Advertisement
Guest User

Untitled

a guest
May 28th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. interface TenGigabitEthernet0/1
  2. no switchport
  3. mtu 9200
  4. no ip address
  5. channel-protocol lacp
  6. channel-group 1 mode active
  7. end
  8.  
  9. interface Port-channel1
  10. no switchport
  11. mtu 9200
  12. ip address 192.168.1.4 255.255.255.254
  13. no ip redirects
  14. no ip proxy-arp
  15. ip mtu 1500
  16. ip router isis bbisis
  17. load-interval 30
  18. mpls ip
  19. mpls label protocol ldp
  20. isis circuit-type level-2-only
  21. isis metric 2 level-2
  22. isis password test pass level-2
  23. no isis hello padding
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement