Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. interface FastEthernet0/0.1
  2. encapsulation dot1Q 2010
  3. ip address 10.64.64.1 255.255.240.0
  4. ip nat inside
  5. ip virtual-reassembly in
  6.  
  7. interface FastEthernet1/0
  8. ip address 200.1.1.128 255.255.254.0
  9. ip nat outside
  10. ip virtual-reassembly in
  11. duplex auto
  12. speed auto
  13.  
  14. ip nat Stateful id 21
  15. primary 10.64.64.1
  16. peer 10.64.64.2
  17. mapping-id 10
  18.  
  19. ip nat pool BOSTONPOOL 200.1.1.130 200.1.1.254 netmask 255.255.254.0
  20. ip nat inside source list 1 pool BOSTONPOOL mapping-id 10 overload
  21. ip route 10.32.0.0 255.224.0.0 200.1.1.0
  22. access-list 1 permit 10.64.0.0 0.31.255.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement