ip第三次作业

配置文件展示了多个路由器(r1-r6)的详细设置,包括系统名称、SNMP配置、时区、CPU使用率阈值、用户认证与授权、PPPoE和PPPCHAP连接、IP地址分配、静态路由、OSPF区域以及NHRP隧道设置,同时涉及了WLAN接入控制。
摘要由CSDN通过智能技术生成

 r1配置

<r1>dis current-configuration 
[V200R003C00]
#
 sysname r1
#
 board add 0/4 2SA 
#
 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
#
 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 %$%$IW9d:z6}t#0*JbE!n3p9=%Z=%$%$
 local-user admin service-type ppp        
#                                         
firewall zone Local                       
 priority 15                              
#                                         
interface Serial4/0/0                     
 link-protocol ppp                        
 ppp authentication-mode pap              
 ip address 12.1.1.1 255.255.255.0        
#                                         
interface Serial4/0/1                     
 link-protocol ppp                        
#                                         
interface GigabitEthernet0/0/0            
#                                         
interface GigabitEthernet0/0/1            
#                                         
interface GigabitEthernet0/0/2            
#                                         
interface NULL0                           
#                                         
interface LoopBack0                       
 ip address 1.1.1.1 255.255.255.255       
#                                         
ip route-static 0.0.0.0 0.0.0.0 Serial4/0/0
#                                         
user-interface con 0                      
 authentication-mode password             
user-interface vty 0 4                    
user-interface vty 16 20                  
#                                         
wlan ac                                   
#                                         
return  

 r2配置

<r2>dis current-configuration 
[V200R003C00]
#
 sysname r2
#
 board add 0/4 2SA 
#
 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
#
 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       
 local-user huawei password cipher %$%$gh/"4Cr*~IrB.RD)Z{c)=(WT%$%$
 local-user huawei service-type ppp       
#                                         
firewall zone Local                       
 priority 15                              
#                                         
interface Serial4/0/0                     
 link-protocol ppp                        
 ppp pap local-user admin password cipher %$%$R:+h!0lQwM6D37!{(g!0,"v0%$%$
 ip address 12.1.1.2 255.255.255.0        
#                                         
interface Serial4/0/1                     
 link-protocol ppp                        
 ppp authentication-mode chap             
 ip address 23.1.1.2 255.255.255.0        
#                                         
interface GigabitEthernet0/0/0            
#                                         
interface GigabitEthernet0/0/1            
#                                         
interface GigabitEthernet0/0/2            
#                                         
interface NULL0                           
#                                         
interface LoopBack0                       
 ip address 2.2.2.2 255.255.255.255       
#                                         
ip route-static 0.0.0.0 0.0.0.0 Serial4/0/1
#                                         
user-interface con 0                      
 authentication-mode password             
user-interface vty 0 4                    
user-interface vty 16 20                  
#                                         
wlan ac                                   
#                                         
return    

 r3配置

<r3>dis current-configuration 
[V200R003C00]
#
 sysname r3
#
 board add 0/4 2SA 
#
 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
#
 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 Serial4/0/0                     
 link-protocol ppp                        
 ppp chap user huawei                     
 ppp chap password cipher %$%$1WHAR(H<-Kuo<}+#V2wV,#1o%$%$
 ip address 23.1.1.3 255.255.255.0        
#                                         
interface Serial4/0/1                     
 link-protocol ppp                        
#                                         
interface GigabitEthernet0/0/0            
 ip address 34.1.1.3 255.255.255.0        
#                                         
interface GigabitEthernet0/0/1            
#                                         
interface GigabitEthernet0/0/2            
#                                         
interface NULL0                           
#                                         
interface LoopBack0                       
 ip address 3.3.3.3 255.255.255.255       
#                                         
interface Tunnel0/0/0                     
 ip address 10.1.1.1 255.255.255.0        
 tunnel-protocol gre p2mp                 
 source 34.1.1.3                          
 ospf network-type broadcast              
 ospf dr-priority 250                     
 nhrp entry multicast dynamic             
 nhrp network-id 100                      
#                                         
ospf 1 router-id 3.3.3.3                  
 area 0.0.0.0                             
  network 10.1.1.1 0.0.0.0                
#                                         
ip route-static 0.0.0.0 0.0.0.0 34.1.1.4  
ip route-static 12.1.1.0 255.255.255.0 Serial4/0/0
#                                         
user-interface con 0                      
 authentication-mode password             
user-interface vty 0 4                    
user-interface vty 16 20                  
#                                         
wlan ac                                   
#                                         
return                                    
<r3>

 r4配置

<r4>dis current-configuration 
[V200R003C00]
#
 sysname r4
#
 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
#
 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 34.1.1.4 255.255.255.0        
#                                         
interface GigabitEthernet0/0/1            
 ip address 45.1.1.4 255.255.255.0        
#                                         
interface GigabitEthernet0/0/2            
 ip address 46.1.1.4 255.255.255.0        
#                                         
interface NULL0                           
#                                         
interface LoopBack0                       
 ip address 4.4.4.4 255.255.255.255       
#                                         
user-interface con 0                      
 authentication-mode password             
user-interface vty 0 4                    
user-interface vty 16 20                  
#                                         
wlan ac                                   
#                                         
return   

 r5配置

<r5>dis current-configuration 
[V200R003C00]
#
 sysname r5
#
 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
#
 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 45.1.1.5 255.255.255.0        
#                                         
interface GigabitEthernet0/0/1            
#                                         
interface GigabitEthernet0/0/2            
#                                         
interface NULL0                           
#                                         
interface LoopBack0                       
 ip address 5.5.5.5 255.255.255.255       
#                                         
interface Tunnel0/0/0                     
 ip address 10.1.1.2 255.255.255.0        
 tunnel-protocol gre p2mp                 
 source GigabitEthernet0/0/0              
 ospf network-type broadcast              
 ospf dr-priority 100                     
 nhrp entry multicast dynamic             
 nhrp network-id 100                      
 nhrp entry 10.1.1.1 34.1.1.3 register    
#                                         
ospf 1 router-id 5.5.5.5                  
 area 0.0.0.0                             
  network 10.1.1.2 0.0.0.0                
#                                         
ip route-static 0.0.0.0 0.0.0.0 45.1.1.4  
#                                         
user-interface con 0                      
 authentication-mode password             
user-interface vty 0 4                    
user-interface vty 16 20                  
#                                         
wlan ac                                   
#                                         
return                                    
<r5>

 r6配置

<r6>dis current-configuration 
[V200R003C00]
#
 sysname r6
#
 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
#
 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 46.1.1.6 255.255.255.0        
#                                         
interface GigabitEthernet0/0/1            
#                                         
interface GigabitEthernet0/0/2            
#                                         
interface NULL0                           
#                                         
interface LoopBack0                       
 ip address 6.6.6.6 255.255.255.255       
#                                         
interface LoopBack1                       
 ip address 172.16.1.1 255.255.255.0      
#                                         
interface Tunnel0/0/0                     
 ip address 10.1.1.3 255.255.255.0        
 tunnel-protocol gre p2mp                 
 source GigabitEthernet0/0/0              
 ospf network-type broadcast              
 ospf dr-priority 100                     
 nhrp entry multicast dynamic             
 nhrp network-id 100                      
 nhrp entry 10.1.1.1 34.1.1.3 register    
#                                         
ospf 1 router-id 6.6.6.6                  
 area 0.0.0.0                             
  network 10.1.1.3 0.0.0.0                
  network 172.16.1.0 0.0.0.255            
#                                         
ip route-static 0.0.0.0 0.0.0.0 46.1.1.4  
#                                         
user-interface con 0                      
 authentication-mode password             
user-interface vty 0 4                    
user-interface vty 16 20                  
#                                         
wlan ac                                   
#                                         
return                                    
<r6>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值