其他分享
首页 > 其他分享> > 周四计网实验简单配置

周四计网实验简单配置

作者:互联网

配置Eigrp

router eigrp 10
no auto-summary 
network 192.168.0.0 0.0.255.255
network 10.1.1.0 0.0.0.3
network 10.2.2.0 0.0.0.3
network 209.165.0.0 0.0.255.255

R3配置ACL

R3(config)# access-list 1 remark Allow R1 LANs Access
R3(config)# access-list 1 permit 192.168.10.0 0.0.0.255
R3(config)# access-list 1 permit 192.168.20.0 0.0.0.255
R3(config)# access-list 1 deny any
R3(config)# interface g0/1
R3(config-if)# ip access-group 1 out
R3#show access-list 1 //检查list编号1的列表

image-20220420231837240

R3#show ip interface g0/1//查看ACL配置状态

image-20220420231940229

标签:周四,network,R3,0.0,access,list,计网,实验,config
来源: https://www.cnblogs.com/jy00/p/16172366.html