Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Internet / WAN Port ISP Configurations
  2.  
  3. Static IP: 10.73.61.11
  4. IP Subnet Mask: 255.255.224.0
  5. Gateway IP: 10.73.32.1
  6. ==================================================================
  7. interface GigabitEthernet0/0/0
  8. ip address 10.73.61.11 255.255.224.0
  9. negotiation auto
  10. !
  11. interface GigabitEthernet0/0/1
  12. ip address 192.168.13.1 255.255.255.0
  13. negotiation auto
  14. !
  15. interface GigabitEthernet0/0/2
  16. no ip address
  17. shutdown
  18. negotiation auto
  19. !
  20. interface GigabitEthernet0
  21. vrf forwarding Mgmt-intf
  22. no ip address
  23. negotiation auto
  24. !
  25. ip forward-protocol nd
  26. no ip http server
  27. no ip http secure-server
  28. ip tftp source-interface GigabitEthernet0
  29. ip default-network 192.168.13.0
  30. ip route 192.168.13.0 255.255.255.0 GigabitEthernet0/0/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement