静态综合实验

R1

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.1.1/30       up         up        
GigabitEthernet0/0/1              192.168.1.5/30       up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         192.168.1.33/28      up         up(s)     
LoopBack1                         192.168.1.49/28      up         up(s)     
NULL0                             unassigned           up         up(s)   

ip route-static 0.0.0.0 0.0.0.0 192.168.1.2
ip route-static 0.0.0.0 0.0.0.0 192.168.1.6
ip route-static 192.168.1.8 255.255.255.252 192.168.1.2
ip route-static 192.168.1.12 255.255.255.252 192.168.1.6
ip route-static 192.168.1.32 255.255.255.224 NULL0
ip route-static 192.168.1.64 255.255.255.224 192.168.1.2
ip route-static 192.168.1.96 255.255.255.224 192.168.1.6

R2

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.1.2/30       up         up        
GigabitEthernet0/0/1              192.168.1.9/30       up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         192.168.1.65/28      up         up(s)     
LoopBack1                         192.168.1.81/28      up         up(s)     
NULL0                             unassigned           up         up(s)     


ip route-static 0.0.0.0 0.0.0.0 192.168.1.10
ip route-static 192.168.1.4 255.255.255.252 192.168.1.1
ip route-static 192.168.1.32 255.255.255.224 192.168.1.1
ip route-static 192.168.1.64 255.255.255.224 NULL0
ip route-static 192.168.1.96 255.255.255.224 192.168.1.1
ip route-static 192.168.1.96 255.255.255.224 192.168.1.10

R3

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.1.13/30      up         up        
GigabitEthernet0/0/1              192.168.1.6/30       up         up        
GigabitEthernet0/0/2              192.168.1.97/27      up         up        
LoopBack0                         unassigned           up         up(s)     
NULL0                             unassigned           up         up(s)     
ip route-static 0.0.0.0 0.0.0.0 192.168.1.14
ip route-static 192.168.1.0 255.255.255.252 192.168.1.5
ip route-static 192.168.1.32 255.255.255.224 192.168.1.14
ip route-static 192.168.1.64 255.255.255.224 192.168.1.5
ip route-static 192.168.1.64 255.255.255.224 192.168.1.14

R4

Interface                         IP Address/Mask      Physical   Protocol  
Ethernet4/0/0                     192.168.1.21/30      up         up        
Ethernet4/0/1                     unassigned           down       down      
GigabitEthernet0/0/0              192.168.1.10/30      up         up        
GigabitEthernet0/0/1              192.168.1.14/30      up         up        
GigabitEthernet0/0/2              192.168.1.17/30      up         up        
LoopBack0                         192.168.1.129/28     up         up(s)     
LoopBack1                         192.168.1.145/28     up         up(s)     
NULL0                             unassigned           up         up(s)    

ip route-static 0.0.0.0 0.0.0.0 192.168.1.18
ip route-static 56.1.1.0 255.255.255.0 192.168.1.22 preference 61
ip route-static 192.168.1.0 255.255.255.252 192.168.1.9
ip route-static 192.168.1.4 255.255.255.252 192.168.1.13
ip route-static 192.168.1.32 255.255.255.224 192.168.1.9

R5

Ethernet4/0/0                     192.168.1.21/30      up         up        
Ethernet4/0/1                     unassigned           down       down      
GigabitEthernet0/0/0              192.168.1.18/30      up         up        
GigabitEthernet0/0/1              56.1.1.1/24          up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         192.168.1.161/27     up         up(s)     
NULL0                             unassigned           up         up(s)   

ip route-static 192.168.1.32 27 192.168.1.17

ip route-static 192.168.1.64 27 192.168.1.17   

ip route-static 192.168.1.96 27 192.168.1.17

 ip route-static 192.168.1.128 27 192.168.1.17

ip route-static 192.168.1.0 30 192.168.1.17

ip route-static 192.168.1.8 30 192.168.1.17       

ip route-static 192.168.1.4 30 192.168.1.17

ip route-static 192.168.1.12 30 192.168.1.17

DHCP

[R3]dhcp enable 

[R3]ip pool a Info: It's successful to create an IP address pool.

[R3-ip-pool-a]network 192.168.1.96 mask 2

 [R3-ip-pool-a]gateway-list 192.168.1.97 [R3-ip-pool-a]dns-list 8.8.8.8

[R3-ip-pool-a]int g0/0/2 [R3-GigabitEthernet0/0/2]dhcp select globa

 NAT

[R5]acl 2000  

[R5-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255

[R5]interface g0/0/0

[R5-GigabitEthernet0/0/0]nat outbound 2000

 

[R1]aaa

[R1-aaa]local-user admin privilege level 15 password cipher 123456

[R1-aaa]local-user admin service-type telnet [R1]user-interface vty 0 4

[R1-ui-vty0-4]authentication-mode aaa

[R5-GigabitEthernet0/0/0]nat static protocol tcp global current-interface 23 inside 192.168.1.33 23 

ip route-static 192.168.1.0 255.255.255.252 192.168.1.21 preference 61

ip route-static 192.168.1.4 255.255.255.252 192.168.1.21 preference 61

ip route-static 192.168.1.8 255.255.255.252 192.168.1.21 preference 61

ip route-static 192.168.1.12 255.255.255.252 192.168.1.21 preference 61

ip route-static 192.168.1.32 255.255.255.224 192.168.1.21 preference 61

ip route-static 192.168.1.64 255.255.255.224 192.168.1.21 preference 61

ip route-static 192.168.1.96 255.255.255.224 192.168.1.21 preference 61

ip route-static 192.168.1.128 255.255.255.224 192.168.1.21 preference 61

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值