Advertisement
s_SiD_s

R2

Nov 24th, 2020
1,684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.43 KB | None | 0 0
  1. [R2]disp curr
  2. [V200R003C00]
  3. #
  4.  sysname R2
  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.  set cpu-usage threshold 80 restore 75
  16. #
  17. aaa
  18.  authentication-scheme default
  19.  authorization-scheme default
  20.  accounting-scheme default
  21.  domain default
  22.  domain default_admin
  23.  local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
  24.  local-user admin service-type http
  25. #
  26. firewall zone Local
  27.  priority 15
  28. #
  29. interface GigabitEthernet0/0/0
  30. #
  31. interface GigabitEthernet0/0/1
  32.  ip address 2.2.2.2 255.255.255.0
  33. #
  34. interface GigabitEthernet0/0/2
  35. #
  36. interface NULL0
  37. #
  38. interface LoopBack0
  39.  ip address 3.3.3.3 255.255.255.255
  40. #
  41. interface LoopBack1
  42.  ip address 10.3.3.1 255.255.255.0
  43. #
  44. interface LoopBack2
  45.  ip address 10.3.4.1 255.255.255.0
  46. #
  47. interface LoopBack3
  48.  ip address 10.3.2.1 255.255.255.0
  49. #
  50. ospf 10 router-id 3.3.3.3
  51.  default-route-advertise
  52.  import-route static
  53.  enable log config
  54.  enable log state
  55.  enable log error
  56.  enable log snmp-trap
  57.  enable traffic-adjustment
  58.  area 0.0.0.2
  59.   network 2.2.2.0 0.0.0.255
  60.   network 3.3.3.3 0.0.0.0
  61.   network 10.3.2.0 0.0.0.255
  62.   network 10.3.3.0 0.0.0.255
  63.   network 10.3.4.0 0.0.0.255
  64. #
  65. user-interface con 0
  66.  authentication-mode password
  67. user-interface vty 0 4
  68. user-interface vty 16 20
  69. #
  70. wlan ac
  71. #
  72. return
  73. [R2]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement