thinkhk 发表于 2018-7-25 09:19:39

华为 路由器AUX端口拨号配置

disp cur  #
  sysname Quidway
  #
  local-user test password simple test
  #
  ip pool 1 10.127.254.2 10.127.254.5
  #
  aaa enable
  aaa accounting-scheme optional
  aaa authentication-scheme local-first
  #
  dialer-rule 1 ip permit
  #
  interface Aux0
  baudrate 19200
  async mode protocol
  link-protocol ppp
  dialer enable-circular
  dialer circular-group 0
  #
  interface Dialer0
  link-protocol ppp
  ppp authentication-mode pap
  ip address 10.127.254.254 255.255.255.0
  dialer enable-circular
  dialer-group 1
  remote address pool 1
  ospf authentication-mode md5 1 WV2[J->SMX7Q=^Q`MAF4<1!!
  #
  interface Ethernet0/0/0
  #
  interface Ethernet0/0/1
  ip address 10.127.12.100 255.255.255.0
  ospf authentication-mode md5 1 WV2[J->SMX7Q=^Q`MAF4<1!!
  #
  interface NULL0
  #
  ospf 1
  peer 10.127.4.254
  area 0.0.0.0
  network 10.127.4.0 0.0.0.255
  network 10.127.12.100 0.0.0.0
  network 10.127.254.0 0.0.0.255
  authentication-mode md5
  #
  ip route-static 0.0.0.0 0.0.0.0 10.127.4.254 preference 60
  #
  user-interface con 0
  authentication-mode password
  set authentication password cipher WV2[J->SMX7Q=^Q`MAF4<1!!
  idle-timeout 120 0
  user-interface aux 0
  modem call-in
  modem auto-answer
  speed 19200
  user-interface vty 0 4
  user privilege level 3
  set authentication password cipher WV2[J->SMX7Q=^Q`MAF4<1!!
  #
  return
页: [1]
查看完整版本: 华为 路由器AUX端口拨号配置