Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. policy-map CLIENT-IN
  2. class class-default
  3. police rate 21000000
  4. policy-map CLIENT-OUT
  5. class class-default
  6. police rate 21000000
  7. !
  8. !
  9. !
  10. !
  11. interface GigabitEthernet0/1
  12. ip address 5.23.54.122 255.255.255.252
  13. ip nat outside
  14. ip virtual-reassembly
  15. duplex auto
  16. speed auto
  17. media-type rj45
  18. no negotiation auto
  19. no cdp enable
  20. service-policy input CLIENT-IN
  21. service-policy output CLIENT-OUT
  22. !
  23.  
  24. interface FastEthernet1/1
  25. ip address 37.70.107.1 255.255.255.252 secondary
  26. ip address 172.16.0.1 255.255.0.0
  27. ip nat inside
  28. ip virtual-reassembly
  29. duplex half
  30. no cdp enable
  31.  
  32. ip forward-protocol nd
  33. ip route 0.0.0.0 0.0.0.0 5.23.54.121
  34. ip route 192.168.1.0 255.255.255.0 192.168.1.1
  35. !
  36. no ip http server
  37. !
  38. ip nat inside source list 110 interface GigabitEthernet0/1 overload
  39. !
  40. access-list 110 permit ip 172.6.0.0 0.0.255.255 any
  41. snmp-server community comint RO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement