Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. no service pad
  2. service timestamps debug datetime msec
  3. service timestamps log datetime msec
  4. no service password-encryption
  5. !
  6. hostname ls02.lon14
  7. !
  8. boot-start-marker
  9. boot-end-marker
  10. !
  11. !
  12. !
  13. aaa authentication login default local
  14. aaa authorization exec default local
  15. !
  16. !
  17. !
  18. !
  19. !
  20. aaa session-id common
  21. system mtu routing 1500
  22. ip routing
  23. ip domain-name ip-max.net
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. spanning-tree mode pvst
  33. spanning-tree extend system-id
  34. !
  35. vlan internal allocation policy ascending
  36. !
  37.  
  38. interface GigabitEthernet0/47
  39. description temporarily to ge0-48.ls02.lon14
  40. switchport trunk encapsulation dot1q
  41. switchport trunk allowed vlan 10,110-112,145,350,999
  42. switchport mode trunk
  43. !
  44. interface GigabitEthernet0/48
  45. description temporarily to ge0-47.ls04.lon14
  46. switchport trunk encapsulation dot1q
  47. switchport trunk allowed vlan 10,110-112,145,350,999
  48. switchport mode trunk
  49. !
  50.  
  51.  
  52. interface Vlan145
  53. ip address 10.254.45.71 255.255.255.224
  54. !
  55. ip http server
  56. ip http secure-server
  57. !
  58. ip route 10.254.0.0 255.255.0.0 10.254.45.65
  59. !
  60. logging esm config
  61. access-list 9 remark vty access
  62. access-list 9 permit 46.20.249.74
  63. access-list 9 permit 46.20.249.89
  64. access-list 9 permit 46.20.248.4
  65. access-list 9 permit 46.20.249.33
  66. access-list 9 permit 10.254.0.0 0.0.255.255
  67. access-list 9 permit 46.20.243.32 0.0.0.31
  68. access-list 9 deny any log
  69. !
  70. !
  71. !
  72. !
  73. line con 0
  74. line vty 0 4
  75. access-class 9 in vrf-also
  76. exec-timeout 15 0
  77. transport input ssh
  78. line vty 5 15
  79. access-class 9 in vrf-also
  80. exec-timeout 15 0
  81. transport input ssh
  82. !
  83. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement