the-packet-thrower

Branch Router

Feb 4th, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. !
  2. interface GigabitEthernet0/0
  3. no shut
  4. !
  5. interface GigabitEthernet0/0.10
  6. encapsulation dot1Q 10
  7. ip address 10.106.10.254 255.255.255.0
  8. no cdp enable
  9. !
  10. interface GigabitEthernet0/1
  11. ip address 10.106.11.254 255.255.255.0
  12.  
  13. !
  14. interface GigabitEthernet0/2
  15. ip address 10.106.12.254 255.255.255.0
  16. !
  17. interface GigabitEthernet0/3
  18. ip address 10.106.13.254 255.255.255.0
  19. !
  20. router ospf 1
  21. network 0.0.0.0 255.255.255.255 area 0
  22. !
  23. ip forward-protocol nd
  24. !
  25. !
  26. no ip http server
  27. no ip http secure-server
  28. ip route 0.0.0.0 0.0.0.0 10.106.10.1
  29. !
Advertisement
Add Comment
Please, Sign In to add comment