Advertisement
Guest User

Untitled

a guest
May 4th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. rv07# sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1923 bytes
  5. !
  6. ...
  7. interface GigabitEthernet0/0
  8. ip address 10.253.253.53 255.255.255.252
  9. ip virtual-reassembly
  10. duplex full
  11. speed 1000
  12. media-type gbic
  13. negotiation auto
  14. !
  15. interface GigabitEthernet0/0.80
  16. encapsulation dot1Q 80
  17. ip address 10.253.80.254 255.255.255.0
  18. ip helper-address 10.253.253.49
  19. ip nat inside
  20. ip virtual-reassembly
  21. !
  22. ...
  23. !
  24. interface GigabitEthernet6/0
  25. ip address 10.253.253.50 255.255.255.252
  26. ip nat outside
  27. ip virtual-reassembly
  28. negotiation auto
  29. !
  30. ...
  31. !
  32. ip nat source list 1 interface GigabitEthernet6/0
  33. ip nat source static 10.253.80.32 10.253.253.50
  34. !
  35. logging alarm informational
  36. access-list 1 permit 10.253.80.0 0.0.0.255 log
  37. !
  38. !...
  39. end
  40.  
  41.  
  42. rv07#sh ip int br
  43. Interface IP-Address OK? Method Status Protocol
  44. Ethernet0/0 unassigned YES NVRAM administratively down down
  45. GigabitEthernet0/0 10.253.253.53 YES NVRAM up up
  46. GigabitEthernet0/0.80 10.253.80.254 YES NVRAM up up
  47. GigabitEthernet1/0 unassigned YES NVRAM administratively down down
  48. GigabitEthernet2/0 unassigned YES NVRAM administratively down down
  49. GigabitEthernet3/0 unassigned YES NVRAM administratively down down
  50. GigabitEthernet4/0 unassigned YES NVRAM administratively down down
  51. GigabitEthernet5/0 unassigned YES NVRAM administratively down down
  52. GigabitEthernet6/0 10.253.253.50 YES NVRAM up up
  53. NVI0 unassigned NO unset up up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement