Guest User

Untitled

a guest
Jan 24th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. hostname R1
  2.  
  3. interface GigabitEthernet0/0/0
  4. description R1 --> MLS1
  5. ip address 10.1.0.5 255.255.255.252
  6. negotiation auto
  7.  
  8. interface GigabitEthernet0/0/1
  9. description R1 --> ISP1
  10. no ip address
  11. speed 1000
  12. no negotiation auto
  13. pppoe enable
  14. pppoe-client dial-pool-number 1
  15.  
  16. interface GigabitEthernet0/0/2
  17. no ip address
  18. shutdown
  19. negotiation auto
  20.  
  21. interface Dialer1
  22. ip address negotiated
  23. encapsulation ppp
  24. dialer pool 1
  25.  
  26. ip route 0.0.0.0 0.0.0.0 Dialer1
  27.  
  28. R1#sh ip int brief
  29. Interface IP-Address OK? Method Status Protocol
  30. GigabitEthernet0/0/0 10.1.0.5 YES NVRAM up up
  31. GigabitEthernet0/0/1 unassigned YES manual up up
  32. GigabitEthernet0/0/2 unassigned YES NVRAM administratively down down
  33. GigabitEthernet0 unassigned YES NVRAM administratively down down
  34. Dialer1 172.16.0.2 YES IPCP up up
  35. Virtual-Access1 unassigned YES unset up up
  36. Virtual-Access2 unassigned YES manual up up
Add Comment
Please, Sign In to add comment