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.mzph.cn/news/1005280.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

搜维尔科技:MANUS数据手套实现远程虚拟现实神经外科手术训练

理工学院纳米沉浸式实验室沉浸式实验室是理工学院的多学科空间&#xff0c;旨在可视化复杂数据并开发沉浸式技术原型。它为科学、工程和艺术领域的用户提供增强现实和虚拟现实研究、动作捕捉以及数字物理交互方面的支持。外科手术训练挑战现代神经外科技术对精准度要求极高&…

Day28~实现strlen、strcpy、strncpy、strcat、strncat

实现strlen、strcpy、strncpy、strcat、strncat#include <stdio.h>size_t my_strlen(const char *src) {size_t len 0;while (*src ! \0){len;src;}return len; }char *my_strcpy(char *dest, const char *src) {if (dest NULL || src NULL) // 判断输入的字符是否为空…

深度学习打卡第J2周:ResNet50V2算法实战与解析

&#x1f368; 本文为&#x1f517;365天深度学习训练营中的学习记录博客&#x1f356; 原作者&#xff1a;K同学啊 import tensorflow as tf import tensorflow.keras.layers as layers from tensorflow.keras.models import Modeldef block2(x, filters, kernel_size3, stri…

实用方法:轻松实现NCM文件格式转换的完整解析

实用方法&#xff1a;轻松实现NCM文件格式转换的完整解析 【免费下载链接】NCMconverter NCMconverter将ncm文件转换为mp3或者flac文件 项目地址: https://gitcode.com/gh_mirrors/nc/NCMconverter NCMconverter是一款高效便捷的开源工具&#xff0c;专门用于将网易云音…

团队协作神器!本地部署 ONLYOFFICE + cpolar,多人编辑文档超方便

文章目录前言1. 安装Docker2. 本地安装部署ONLYOFFICE3. 安装cpolar内网穿透4. 固定OnlyOffice公网地址前言 ONLYOFFICE 是一款在线办公套件&#xff0c;支持文档、表格、演示文稿的在线编辑&#xff0c;兼容 Office 格式&#xff0c;还能实时多人协作&#xff0c;特别适合中小…

终极指南:快速掌握Scarab空洞骑士模组管理神器

终极指南&#xff1a;快速掌握Scarab空洞骑士模组管理神器 【免费下载链接】Scarab An installer for Hollow Knight mods written in Avalonia. 项目地址: https://gitcode.com/gh_mirrors/sc/Scarab 想要轻松管理几十个空洞骑士模组却不知从何下手&#xff1f;Scarab作…

端侧多模态新纪元:MiniCPM-V 2.6重新定义移动端AI交互体验

在人工智能技术迅猛发展的今天&#xff0c;多模态理解能力已成为衡量AI模型智能化水平的核心指标。近日&#xff0c;由OpenBMB团队推出的MiniCPM-V 2.6模型在该领域取得显著进展&#xff0c;尤其在资源受限的端侧设备上展现出令人瞩目的性能表现。这款融合视觉与语言理解能力的…

学习c语言第一天的学习笔记

在学习的时候&#xff0c;我们使用vscode软件进行c代码的编译&#xff0c;并且有时候会用到Linux wsl 子系统&#xff0c;进行终端里面的编译&#xff0c;使用的基本命令像 arm-linux-gcc 文件名 -o 目标文件名C语言的数据类型&#xff1a;int类型 &#xff08;整型&#xff0…

激活函数应该具有哪些特征

激活函数应该具有哪些特征1.非线性2.可微性3.计算效率高4.缓解梯度消失与爆炸5.合理的输出范围6.稀疏激活能力7.主流激活函数对比&#xff08;扩展版&#xff09;#人工智能#具身智能#VLA#大模型#AI#LLM#Transformer 架构#AI技术前沿#Agent大模型#工信部证书#人工智能证书#职业证…

C++课后习题训练记录Day49

1.练习项目&#xff1a; 输入描述 第一行是一个整数 M&#xff08;1≤M≤1000&#xff09;&#xff0c;表示一共有 M 次操作。 第二行到第 M1 行输入操作&#xff0c;格式如下&#xff1a; IN name VOUT VIN name NOUT N 输出描述 输出 M 次操作后 VIP 窗口队列和普通窗口…

【智能制造典型场景参考指引(2025 年版)解读】 -产品研发环节

智能制造作为制造业转型升级的核心驱动力&#xff0c;通过深度融合新一代信息技术与先进制造技术&#xff0c;推动生产模式向数字化、网络化、智能化方向演进。智能制造典型场景参考指引&#xff08;2025 年版&#xff09;旨在为制造业企业提供可落地的典型场景参考&#xff0c…

利用用户的通话记录、通讯录以及短信内容可以极大提高销售效率和精准度

利用用户的通话记录、通讯录以及短信内容可以极大提高销售效率和精准度在当今数字化时代&#xff0c;数据已成为企业提升竞争力的核心资源。通过深度挖掘和分析用户的通话记录、通讯录及短信内容&#xff0c;企业能够更精准地洞察客户需求&#xff0c;优化销售流程&#xff0c;…

技术工具类文章仿写专家Prompt指南

技术工具类文章仿写专家Prompt指南 【免费下载链接】LeagueAkari ✨兴趣使然的&#xff0c;功能全面的英雄联盟工具集。支持战绩查询、自动秒选等功能。基于 LCU API。 项目地址: https://gitcode.com/gh_mirrors/le/LeagueAkari 一、核心任务定义 你是一名专业的文章仿…

【YOLO11-MM 多模态目标检测】动态门控MCFGatedFusion特征融合【自研模块】、抛弃Concat、实现特征动态补偿

摘要 本文提出了一种基于动态门控特征融合模块(MCFGatedFusion)的YOLO11-MM多模态目标检测框架改进方案。该模块通过可学习的门控机制实现红外与可见光特征的自适应融合,采用零初始化策略确保训练稳定性,支持add和concat两种融合模式。实验表明,该方法在FLIR、M3FD等数据…

LeetCode 189. 旋转数组 | 三步反转最优解全拆解

「旋转数组」核心考察数组操作技巧与空间复杂度优化思路。这道题看似简单&#xff0c;却能延伸出多种解题方法&#xff0c;从暴力模拟到极致的空间优化&#xff0c;层层递进的思路能帮我们理解算法设计的核心 —— 用最少的资源解决问题。实际开发中&#xff0c;类似 循环数组操…

Windows右键菜单优化全攻略:告别卡顿的3大诊断与4步修复方案

Windows右键菜单优化全攻略&#xff1a;告别卡顿的3大诊断与4步修复方案 【免费下载链接】ContextMenuManager &#x1f5b1;️ 纯粹的Windows右键菜单管理程序 项目地址: https://gitcode.com/gh_mirrors/co/ContextMenuManager 当点击文件后那个小圆圈不停旋转&#x…

【YOLO11-MM 多模态目标检测】MSAA多尺度特征融合、轻量而且高效、抛弃Concat普通融合

摘要 本文提出了一种基于YOLO11-MM框架的多模态目标检测改进方法&#xff0c;通过引入多尺度注意力聚合模块(MSAA)实现红外与可见光特征的高效融合。MSAA模块采用多尺度卷积和空间/通道双注意力机制&#xff0c;有效提升了模型在复杂场景下的检测性能。实验在FLIR、M3FD和LLVI…

百度网盘高速下载工具使用手册:告别蜗牛速度的秘诀

还在为百度网盘那令人抓狂的下载速度而烦恼吗&#xff1f;想象一下&#xff0c;原本需要几个小时下载的文件&#xff0c;现在只需几分钟就能完成&#xff01;今天我要分享的这款神器&#xff0c;正是为解决这一痛点而生——百度网盘高速下载工具&#xff0c;让你的下载体验瞬间…

LeetCode 49. 字母异位词分组 | 从排序到计数的哈希表优化之路

在 LeetCode 的字符串类题目中&#xff0c;「字母异位词分组」是一道经典的中等难度题&#xff0c;它不仅考察字符串处理的基础能力&#xff0c;更是对哈希表键值设计思路的深度检验。这道题的核心是找到字母异位词的 共性特征&#xff0c;并通过这个特征实现分组。今天我们就从…

终极英雄联盟智能助手:三步实现游戏自动化完全指南

终极英雄联盟智能助手&#xff1a;三步实现游戏自动化完全指南 【免费下载链接】LeagueAkari ✨兴趣使然的&#xff0c;功能全面的英雄联盟工具集。支持战绩查询、自动秒选等功能。基于 LCU API。 项目地址: https://gitcode.com/gh_mirrors/le/LeagueAkari 还在为繁琐的…