Advertisement
s_SiD_s

R1

Nov 24th, 2020
1,310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.33 KB | None | 0 0
  1. [R1]disp cur
  2. [V200R003C00]
  3. #
  4.  sysname R1
  5. #
  6.  snmp-agent local-engineid 800007DB03000000000000
  7.  snmp-agent
  8. #
  9.  clock timezone China-Standard-Time minus 08:00:00
  10. #
  11. portal local-server load portalpage.zip
  12. #
  13.  drop illegal-mac alarm
  14. #
  15. router id 9.9.9.9
  16. #
  17.  set cpu-usage threshold 80 restore 75
  18. #
  19. aaa
  20.  authentication-scheme default
  21.  authorization-scheme default
  22.  accounting-scheme default
  23.  domain default
  24.  domain default_admin
  25.  local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
  26.  local-user admin service-type http
  27. #
  28. firewall zone Local
  29.  priority 15
  30. #
  31. interface GigabitEthernet0/0/0
  32. #
  33. interface GigabitEthernet0/0/1
  34.  ip address 2.2.2.1 255.255.255.0
  35. #
  36. interface GigabitEthernet0/0/2
  37. #
  38. interface NULL0
  39. #
  40. interface LoopBack0
  41.  ip address 9.9.9.9 255.255.255.255
  42. #
  43. interface LoopBack1
  44.  ip address 10.1.1.1 255.255.255.0
  45. #
  46. interface LoopBack2
  47.  ip address 10.2.2.1 255.255.255.0
  48. #
  49. ospf 10 router-id 9.9.9.9
  50.  default-route-advertise
  51.  import-route static
  52.  enable log config
  53.  enable log state
  54.  enable log error
  55.  enable log snmp-trap
  56.  enable traffic-adjustment
  57.  area 0.0.0.2
  58.   network 2.2.2.0 0.0.0.255
  59.   network 10.1.1.0 0.0.0.255
  60.   network 10.2.2.0 0.0.0.255
  61. #
  62. user-interface con 0
  63.  authentication-mode password
  64. user-interface vty 0 4
  65. user-interface vty 16 20
  66. #
  67. wlan ac
  68. #
  69. return
  70. [R1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement