Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. system-view
  2. #
  3. sysname ti430690015e460-base
  4. set password min-length 6
  5. #
  6. vlan batch 1 to 4079
  7. #
  8. interface Vlanif999
  9. ip address 172.19.1.25 255.255.255.128
  10. #
  11. lldp enable
  12. lldp management-address 172.19.1.25
  13. #
  14. hwtacacs-server template telenor_prod
  15. hwtacacs-server authentication 195.54.122.215
  16. hwtacacs-server authentication 195.54.122.214 secondary
  17. hwtacacs-server authorization 195.54.122.215
  18. hwtacacs-server authorization 195.54.122.214 secondary
  19. hwtacacs-server accounting 195.54.122.215
  20. hwtacacs-server accounting 195.54.122.214 secondary
  21. hwtacacs-server shared-key 9PjsFQj3
  22. #
  23. interface GigabitEthernet0/1/1
  24. description UPLINK
  25. port hybrid tagged vlan 1 to 4079
  26. undo negotiation auto
  27. qos queue 0 wrr weight 2
  28. qos queue 1 wrr weight 4
  29. qos queue 2 wrr weight 8
  30. qos queue 3 wrr weight 12
  31. qos queue 5 wrr weight 0
  32. trust 8021p outer
  33. undo shutdown
  34. #
  35. interface GigabitEthernet0/1/2
  36. description DOWNLINK
  37. port hybrid tagged vlan 1 to 4079
  38. undo negotiation auto
  39. qos queue 0 wrr weight 2
  40. qos queue 1 wrr weight 4
  41. qos queue 2 wrr weight 8
  42. qos queue 3 wrr weight 12
  43. qos queue 5 wrr weight 0
  44. trust 8021p outer
  45. undo shutdown
  46. #
  47. aaa
  48. authentication-scheme default
  49. authentication-scheme 123
  50. authentication-mode local hwtacacs
  51. authorization-scheme default
  52. authorization-scheme 123
  53. authorization-mode local none
  54. accounting-scheme default
  55. accounting-scheme 123
  56. domain default
  57. authentication-scheme 123
  58. accounting-scheme 123
  59. authorization-scheme 123
  60. hwtacacs-server telenor_prod
  61. domain default_admin
  62. authentication-scheme 123
  63. accounting-scheme 123
  64. authorization-scheme 123
  65. hwtacacs-server telenor_prod
  66. local-user ftp password cipher Telenor
  67. local-user ftp ftp-directory flash:/
  68. local-user telenor password cipher Telenor
  69. local-user telenor ftp-directory flash:
  70. local-user inst password cipher N0sh1t
  71. local-user inst ftp-directory flash:/
  72. #
  73. ip route-static 0.0.0.0 0.0.0.0 172.19.1.1
  74. #
  75. user-interface maximum-vty 15
  76. user-interface con 0
  77. authentication-mode aaa
  78. screen-length 32
  79. user-interface vty 0 14
  80. authentication-mode aaa
  81. user privilege level 15
  82. idle-timeout 30 0
  83. screen-length 32
  84. protocol inbound all
  85. #
  86. return
  87. #
  88. save vrpcfg.cfg
  89. Y
  90. startup saved-configuration vrpcfg.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement