当前位置: 首页 > news >正文

1000人网络设计冗余型

只做到DHCP中继服务了,还有电信的pppoe拨号上网、telnet、策略路由等还没做,等下次更新,配置需要对照拓扑图来看

<HX_SW1>dis cu
#
sysname HX_SW1
#
undo info-center enable
#
vlan batch 2 to 5 200 800 999
#
stp instance 1 root primary
stp instance 2 root secondary
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
dhcp enable
#
diffserv domain default
#
stp region-configuration
region-name aa
revision-level 1
instance 1 vlan 2 to 3 200
instance 2 vlan 4 to 5
active region-configuration
#
bfd
#
drop-profile default
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password simple admin
local-user admin service-type http
#
interface Vlanif1
#
interface Vlanif2
ip address 192.168.2.254 255.255.255.0
vrrp vrid 2 virtual-ip 192.168.2.1
vrrp vrid 2 priority 105
vrrp vrid 2 track interface GigabitEthernet0/0/1
vrrp vrid 2 track bfd-session session-name aa
dhcp select relay
dhcp relay server-ip 192.168.200.3
#
interface Vlanif3
ip address 192.168.3.254 255.255.255.0
vrrp vrid 3 virtual-ip 192.168.3.1
vrrp vrid 3 priority 105
vrrp vrid 3 track interface GigabitEthernet0/0/1
vrrp vrid 3 track bfd-session session-name aa
dhcp select relay
dhcp relay server-ip 192.168.200.3
#
interface Vlanif4
ip address 192.168.4.254 255.255.255.0
vrrp vrid 4 virtual-ip 192.168.4.1
ospf cost 4
dhcp select relay
dhcp relay server-ip 192.168.200.3
#
interface Vlanif5
ip address 192.168.5.254 255.255.255.0
vrrp vrid 5 virtual-ip 192.168.5.1
ospf cost 4
dhcp select relay
dhcp relay server-ip 192.168.200.3
#
interface Vlanif200
ip address 192.168.200.254 255.255.255.0
vrrp vrid 200 virtual-ip 192.168.200.1
vrrp vrid 200 priority 105
vrrp vrid 200 track interface GigabitEthernet0/0/5
vrrp vrid 200 track bfd-session session-name aa
#
interface Vlanif800
ip address 192.168.12.2 255.255.255.0
#
interface MEth0/0/1
#
interface Eth-Trunk2
port link-type trunk
port trunk allow-pass vlan 2 to 5 200 800 999
mode lacp-static
#
interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 2 to 3 999
#
interface GigabitEthernet0/0/2
eth-trunk 2
#
interface GigabitEthernet0/0/3
eth-trunk 2
#
interface GigabitEthernet0/0/4
port link-type trunk
port trunk allow-pass vlan 4 to 5 999
#
interface GigabitEthernet0/0/5
port link-type trunk
port trunk allow-pass vlan 2 to 5 200 999
#
interface GigabitEthernet0/0/6
port link-type access
port default vlan 800
#
interface NULL0
#
bfd aa bind peer-ip 192.168.12.1 source-ip 192.168.12.2 auto
commit
#
ospf 1 router-id 2.2.2.2
area 0.0.0.0
network 192.168.2.0 0.0.0.255
network 192.168.3.0 0.0.0.255
network 192.168.4.0 0.0.0.255
network 192.168.5.0 0.0.0.255
network 192.168.200.0 0.0.0.255
network 192.168.12.0 0.0.0.255
#
ip route-static 0.0.0.0 0.0.0.0 192.168.12.1
ip route-static 0.0.0.0 0.0.0.0 192.168.23.1 preference 65
#
user-interface con 0
user-interface vty 0 4
#
return
<HX_SW1>

<HX_SW2>dis cu
#
sysname HX_SW2
#
undo info-center enable
#
vlan batch 2 to 5 200 800 999
#
stp instance 1 root secondary
stp instance 2 root primary
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
dhcp enable
#
diffserv domain default
#
stp region-configuration
region-name aa
revision-level 1
instance 1 vlan 2 to 3 200
instance 2 vlan 4 to 5
active region-configuration
#
bfd
#
drop-profile default
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password simple admin
local-user admin service-type http
#
interface Vlanif1
#
interface Vlanif2
ip address 192.168.2.253 255.255.255.0
vrrp vrid 2 virtual-ip 192.168.2.1
ospf cost 4
dhcp select relay
dhcp relay server-ip 192.168.200.3
#
interface Vlanif3
ip address 192.168.3.253 255.255.255.0
vrrp vrid 3 virtual-ip 192.168.3.1
ospf cost 4
dhcp select relay
dhcp relay server-ip 192.168.200.3
#
interface Vlanif4
ip address 192.168.4.253 255.255.255.0
vrrp vrid 4 virtual-ip 192.168.4.1
vrrp vrid 4 priority 105
vrrp vrid 4 track interface GigabitEthernet0/0/4
vrrp vrid 4 track bfd-session session-name bb
dhcp select relay
dhcp relay server-ip 192.168.200.3
#
interface Vlanif5
ip address 192.168.5.253 255.255.255.0
vrrp vrid 5 virtual-ip 192.168.5.1
vrrp vrid 5 priority 105
vrrp vrid 5 track interface GigabitEthernet0/0/4
vrrp vrid 5 track bfd-session session-name bb
dhcp select relay
dhcp relay server-ip 192.168.200.3
#
interface Vlanif200
ip address 192.168.200.253 255.255.255.0
vrrp vrid 200 virtual-ip 192.168.200.1
ospf cost 4
#
interface Vlanif800
ip address 192.168.23.2 255.255.255.0
#
interface MEth0/0/1
#
interface Eth-Trunk2
port link-type trunk
port trunk allow-pass vlan 2 to 5 200 800 999
mode lacp-static
#
interface GigabitEthernet0/0/1
eth-trunk 2
#
interface GigabitEthernet0/0/2
eth-trunk 2
#
interface GigabitEthernet0/0/3
port link-type trunk
port trunk allow-pass vlan 200 999
#
interface GigabitEthernet0/0/4
port link-type trunk
port trunk allow-pass vlan 4 to 5 200 999
#
interface GigabitEthernet0/0/5
port link-type trunk
port trunk allow-pass vlan 2 to 3 200 999
#
interface GigabitEthernet0/0/6
port link-type access
port default vlan 800
#
interface NULL0
#
bfd bb bind peer-ip 192.168.23.1 source-ip 192.168.23.2 auto
commit
#
ospf 1 router-id 3.3.3.3
area 0.0.0.0
network 192.168.2.0 0.0.0.255
network 192.168.3.0 0.0.0.255
network 192.168.4.0 0.0.0.255
network 192.168.5.0 0.0.0.255
network 192.168.200.0 0.0.0.255
network 192.168.23.0 0.0.0.255
#
ip route-static 0.0.0.0 0.0.0.0 192.168.23.1
ip route-static 0.0.0.0 0.0.0.0 192.168.12.1 preference 65
#
user-interface con 0
user-interface vty 0 4
#
return

<HX_SW2>

<HJ_SW3>save
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y
Now saving the current configuration to the slot 0.
Save the configuration successfully.
<HJ_SW3>
<HJ_SW3>
<HJ_SW3>dis cu
#
sysname HJ_SW3
#
undo info-center enable
#
vlan batch 2 to 5 200 999
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
stp region-configuration
region-name aa
revision-level 1
instance 1 vlan 2 to 3 200
instance 2 vlan 4 to 5
active region-configuration
#
drop-profile default
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password simple admin
local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 3 999
mode lacp-static
#
interface Ethernet0/0/1
port link-type trunk
port trunk allow-pass vlan 2 to 3 999
#
interface Ethernet0/0/2
port link-type trunk
port trunk allow-pass vlan 2 to 3 999
#
interface Ethernet0/0/3
port link-type trunk
port trunk allow-pass vlan 2 999
#
interface Ethernet0/0/4
eth-trunk 1
#
interface Ethernet0/0/5
eth-trunk 1
#
interface NULL0
#
user-interface con 0
user-interface vty 0 4
#
return
<HJ_SW3>

<HJ_SW4>dis cu
#
sysname HJ_SW4
#
undo info-center enable
#
vlan batch 2 to 5 200 999
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
stp region-configuration
region-name aa
revision-level 1
instance 1 vlan 2 to 3 200
instance 2 vlan 4 to 5
active region-configuration
#
drop-profile default
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password simple admin
local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Ethernet0/0/1
port link-type trunk
port trunk allow-pass vlan 4 to 5 999
#
interface Ethernet0/0/2
port link-type trunk
port trunk allow-pass vlan 4 to 5 999
#
interface Ethernet0/0/3
port link-type trunk
port trunk allow-pass vlan 4 to 5 999
#
interface NULL0
#
user-interface con 0
user-interface vty 0 4
#
return
<HJ_SW4>

<JR_sw5>save
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y
Now saving the current configuration to the slot 0.
Save the configuration successfully.
<JR_sw5>
<JR_sw5>
<JR_sw5>
<JR_sw5>dis cu
#
sysname JR_sw5
#
undo info-center enable
#
vlan batch 2 to 5 200 999
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password simple admin
local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Ethernet0/0/1
port link-type trunk
port trunk allow-pass vlan 2 999
#
interface Ethernet0/0/2
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/3
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/4
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/5
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/6
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/7
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/8
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/9
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/10
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/11
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/12
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/13
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/14
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/15
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/16
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/17
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/18
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/19
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/20
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/21
port link-type access
port default vlan 2
stp edged-port enable
#
interface Ethernet0/0/22
port link-type access
port default vlan 2
stp edged-port enable
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
user-interface con 0
user-interface vty 0 4
#
return
<JR_sw5>

<JR_sw6>dis cu
#
sysname JR_sw6
#
undo info-center enable
#
vlan batch 2 to 5 200 999
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password simple admin
local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 3 999
mode lacp-static
#
interface Ethernet0/0/1
eth-trunk 1
#
interface Ethernet0/0/2
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/3
eth-trunk 1
#
interface Ethernet0/0/4
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/5
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/6
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/7
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/8
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/9
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/10
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/11
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/12
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/13
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/14
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/15
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/16
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/17
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/18
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/19
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/20
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/21
port link-type access
port default vlan 3
stp edged-port enable
#
interface Ethernet0/0/22
port link-type access
port default vlan 3
stp edged-port enable
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
user-interface con 0
user-interface vty 0 4
#
return
<JR_sw6>

<JR_SW7>dis cu
#
sysname JR_SW7
#
undo info-center enable
#
vlan batch 2 to 5 200 999
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password simple admin
local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Ethernet0/0/1
port link-type trunk
port trunk allow-pass vlan 4 to 5 999
#
interface Ethernet0/0/2
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/3
port link-type access
port default vlan 5
stp edged-port enable
#
interface Ethernet0/0/4
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/5
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/6
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/7
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/8
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/9
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/10
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/11
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/12
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/13
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/14
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/15
port link-type access
port default vlan 4
stp edged-port enable
#
interface Ethernet0/0/16
port link-type access
port default vlan 5
stp edged-port enable
#
interface Ethernet0/0/17
port link-type access
port default vlan 5
stp edged-port enable
#
interface Ethernet0/0/18
port link-type access
port default vlan 5
stp edged-port enable
#
interface Ethernet0/0/19
port link-type access
port default vlan 5
stp edged-port enable
#
interface Ethernet0/0/20
port link-type access
port default vlan 5
stp edged-port enable
#
interface Ethernet0/0/21
port link-type access
port default vlan 5
stp edged-port enable
#
interface Ethernet0/0/22
port link-type access
port default vlan 5
stp edged-port enable
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
user-interface con 0
user-interface vty 0 4
#
return
<JR_SW7>

<JF_sw8>dis cu
#
sysname JF_sw8
#
undo info-center enable
#
vlan batch 200 999
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
stp region-configuration
region-name aa
revision-level 1
instance 1 vlan 2 to 3 200
instance 2 vlan 4 to 5
active region-configuration
#
drop-profile default
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password simple admin
local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Ethernet0/0/1
port link-type trunk
port trunk allow-pass vlan 200 999
#
interface Ethernet0/0/2
port link-type trunk
port trunk allow-pass vlan 200 999
#
interface Ethernet0/0/3
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/4
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/5
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/6
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/7
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/8
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/9
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/10
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/11
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/12
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/13
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/14
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/15
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/16
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/17
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/18
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/19
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/20
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/21
port link-type access
port default vlan 200
stp edged-port enable
#
interface Ethernet0/0/22
port link-type access
port default vlan 200
stp edged-port enable
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
user-interface con 0
user-interface vty 0 4
#
return
<JF_sw8>

<R1>dis cu
[V200R003C00]
#
sysname R1
#
board add 0/1 1GEC
board add 0/2 1GEC
board add 0/3 1GEC
board add 0/4 1GEC
#
snmp-agent local-engineid 800007DB03000000000000
snmp-agent
#
clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load portalpage.zip
#
drop illegal-mac alarm
#
undo info-center enable
#
set cpu-usage threshold 80 restore 75
#
bfd
#
acl number 2000
rule 10 permit source 192.168.0.0 0.0.255.255
rule 15 deny
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
local-user admin service-type http
#
firewall zone Local
priority 15
#
interface GigabitEthernet0/0/0
ip address 192.168.12.1 255.255.255.0
#
interface GigabitEthernet0/0/1
ip address 192.168.23.1 255.255.255.0
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet1/0/0
ip address 13.1.1.1 255.255.255.0
nat outbound 2000
#
interface GigabitEthernet2/0/0
ip address 14.1.1.1 255.255.255.0
#
interface GigabitEthernet3/0/0
#
interface GigabitEthernet4/0/0
#
interface NULL0
#
bfd aa bind peer-ip 192.168.12.2 source-ip 192.168.12.1 auto
commit
#
bfd bb bind peer-ip 192.168.23.2 source-ip 192.168.23.1 auto
commit
#
ospf 1 router-id 1.1.1.1
area 0.0.0.0
network 14.1.1.0 0.0.0.255
network 192.168.12.0 0.0.0.255
network 192.168.23.0 0.0.0.255
#
ip route-static 0.0.0.0 0.0.0.0 13.1.1.2
#
user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
<R1>

<fenzhiR4>dis cu
#
sysname fenzhiR4
#
undo info-center enable
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher OOCM4m($F4ajUn1vMEIBNUw#
local-user admin service-type http
#
firewall zone Local
priority 16
#
interface Ethernet0/0/0
ip address 14.1.1.2 255.255.255.0
#
interface Ethernet0/0/1
ip address 192.168.100.1 255.255.255.0
#
interface Serial0/0/0
link-protocol ppp
#
interface Serial0/0/1
link-protocol ppp
#
interface Serial0/0/2
link-protocol ppp
#
interface Serial0/0/3
link-protocol ppp
#
interface GigabitEthernet0/0/0
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
ospf 1 router-id 4.4.4.4
area 0.0.0.0
network 192.168.100.0 0.0.0.255
network 14.1.1.0 0.0.0.255
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
#
return
<fenzhiR4>

<dianxinR2>dis cu
[V200R003C00]
#
sysname dianxinR2
#
snmp-agent local-engineid 800007DB03000000000000
snmp-agent
#
clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load portalpage.zip
#
drop illegal-mac alarm
#
undo info-center enable
#
set cpu-usage threshold 80 restore 75
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
local-user admin service-type http
#
firewall zone Local
priority 15
#
interface GigabitEthernet0/0/0
ip address 12.1.1.2 255.255.255.0
#
interface GigabitEthernet0/0/1
ip address 25.1.1.1 255.255.255.0
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
rip 1
version 2
network 12.0.0.0
network 25.0.0.0
#
user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
<dianxinR2> pppoe配置还没做,等下次更新

<liantongR3>dis cu
#
sysname liantongR3
#
undo info-center enable
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher OOCM4m($F4ajUn1vMEIBNUw#
local-user admin service-type http
#
firewall zone Local
priority 16
#
interface Ethernet0/0/0
ip address 13.1.1.2 255.255.255.0
#
interface Ethernet0/0/1
ip address 35.1.1.1 255.255.255.0
#
interface Serial0/0/0
link-protocol ppp
#
interface Serial0/0/1
link-protocol ppp
#
interface Serial0/0/2
link-protocol ppp
#
interface Serial0/0/3
link-protocol ppp
#
interface GigabitEthernet0/0/0
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
rip 1
version 2
network 13.0.0.0
network 35.0.0.0
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
#
return
<liantongR3>

<hulianwangR5>dis cu
#
sysname hulianwangR5
#
undo info-center enable
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher OOCM4m($F4ajUn1vMEIBNUw#
local-user admin service-type http
#
firewall zone Local
priority 16
#
interface Ethernet0/0/0
ip address 25.1.1.2 255.255.255.0
#
interface Ethernet0/0/1
ip address 35.1.1.2 255.255.255.0
#
interface Serial0/0/0
link-protocol ppp
#
interface Serial0/0/1
link-protocol ppp
#
interface Serial0/0/2
link-protocol ppp
#
interface Serial0/0/3
link-protocol ppp
#
interface GigabitEthernet0/0/0
ip address 5.5.5.1 255.255.255.0
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
rip 1
version 2
network 35.0.0.0
network 25.0.0.0
network 5.0.0.0
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
#
return
<hulianwangR5>

<DHCP>dis cu
#
sysname DHCP
#
undo info-center enable
#
dhcp enable
#
ip pool vlan2
gateway-list 192.168.2.1
network 192.168.2.0 mask 255.255.255.0
excluded-ip-address 192.168.2.200 192.168.2.254
dns-list 114.114.114.114 2.2.2.2
#
ip pool vlan3
gateway-list 192.168.3.1
network 192.168.3.0 mask 255.255.255.0
excluded-ip-address 192.168.3.200 192.168.3.254
dns-list 114.114.114.114 3.3.3.3
#
ip pool vlan4
gateway-list 192.168.4.1
network 192.168.4.0 mask 255.255.255.0
excluded-ip-address 192.168.4.200 192.168.4.254
dns-list 114.114.114.114 4.4.4.4
#
ip pool vlan5
gateway-list 192.168.5.1
network 192.168.5.0 mask 255.255.255.0
excluded-ip-address 192.168.5.200 192.168.5.254
dns-list 114.114.114.114 5.5.5.5
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher OOCM4m($F4ajUn1vMEIBNUw#
local-user admin service-type http
#
firewall zone Local
priority 16
#
interface Ethernet0/0/0
ip address 192.168.200.3 255.255.255.0
dhcp select global
#
interface Ethernet0/0/1
#
interface Serial0/0/0
link-protocol ppp
#
interface Serial0/0/1
link-protocol ppp
#
interface Serial0/0/2
link-protocol ppp
#
interface Serial0/0/3
link-protocol ppp
#
interface GigabitEthernet0/0/0
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet0/0/3
#
wlan
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 192.168.200.1
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
#
return
<DHCP>

只做到DHCP中继服务了,还有电信的pppoe拨号上网、telnet、策略路由等还没做,等下次更新,配置需要对照拓扑图来看

http://www.jsqmd.com/news/79625/

相关文章:

  • 搜维尔科技:MANUS数据手套实现远程虚拟现实神经外科手术训练
  • Windows右键菜单优化全攻略:告别卡顿的3大诊断与4步修复方案
  • c语言学习笔记
  • Day28~实现strlen、strcpy、strncpy、strcat、strncat
  • 深度学习打卡第J2周:ResNet50V2算法实战与解析
  • 团队协作神器!本地部署 ONLYOFFICE + cpolar,多人编辑文档超方便
  • 实用方法:轻松实现NCM文件格式转换的完整解析
  • 终极指南:快速掌握Scarab空洞骑士模组管理神器
  • 端侧多模态新纪元:MiniCPM-V 2.6重新定义移动端AI交互体验
  • 学习c语言第一天的学习笔记
  • 激活函数应该具有哪些特征
  • C++课后习题训练记录Day49
  • 【智能制造典型场景参考指引(2025 年版)解读】 -产品研发环节
  • 利用用户的通话记录、通讯录以及短信内容可以极大提高销售效率和精准度
  • 【YOLO11-MM 多模态目标检测】动态门控MCFGatedFusion特征融合【自研模块】、抛弃Concat、实现特征动态补偿
  • 技术工具类文章仿写专家Prompt指南
  • LeetCode 189. 旋转数组 | 三步反转最优解全拆解
  • 【YOLO11-MM 多模态目标检测】MSAA多尺度特征融合、轻量而且高效、抛弃Concat普通融合
  • 百度网盘高速下载工具使用手册:告别蜗牛速度的秘诀
  • LeetCode 49. 字母异位词分组 | 从排序到计数的哈希表优化之路
  • 终极英雄联盟智能助手:三步实现游戏自动化完全指南
  • 亲测!高性价比AI数字员工租赁公司分享
  • downkyi视频下载:告别卡顿与画质损失的终极解决方案
  • LLM本地推理全流程:基于LMDeploy的pipeline实战指南
  • 空洞骑士模组管理大师课:5个关键技巧让Scarab成为你的游戏管家
  • OpenAI开源安全推理引擎震撼发布:gpt-oss-safeguard改写AI内容治理规则
  • Linux基础命令和工具详解,让你轻松应对各种任务!
  • 匹配回文串:利用KMP算法求解
  • NCM文件转换神器:NCMconverter完全使用指南
  • Openresty基础知识详解:轻松驾驭高性能web网关