lanzeou-大赛人网-第52页
lanzeou的头像-大赛人网
lanzeou管理员超级版主
这家伙很懒,什么都没有写...
14.4 MAC地址表安全-大赛人网

14.4 MAC地址表安全

图14-12  MAC地址表安全网络拓扑 1.R1配置 [R1]interface GigabitEthernet 0/0/0 [R1-GigabitEthernet0/0/0]ip address 192.168.1.254 24 2.SW1配置 [SW1]vlan 100 [SW1]interface GigabitEthe...
2年前
0635
6.3 防火墙多出口选路-大赛人网

6.3 防火墙多出口选路

1.防火墙主备架构配置 1)FW1多出口选路基础配置 (1)区域配置 firewall zone trust add interface GigabitEthernet1/0/0 firewall zone untrust add interface GigabitEthernet1/0/1 add inte...
2年前
0345
11.3配置TFTP服务程序-大赛人网

11.3配置TFTP服务程序

1.安装TFTP服务 [root@dsrw ~]# dnf install -y tftp-server xinetd Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red...
2年前
0745
3.5 RIPv1与 RIPv2兼容配置-大赛人网

3.5 RIPv1与 RIPv2兼容配置

图3-5 RIPv1与 RIPv2兼容配置网络拓扑 1.R3配置RIPv1 [R3]rip 1 [R3-rip-1]version 1 2.查看R2配置RIP路由,无R3路由 [R2]display ip routing-table protocol rip Destination/Mask Proto Pre C...
2年前
0685
5.3 BGP联邦-大赛人网

5.3 BGP联邦

图5-3 BGP联邦网络拓扑 1.AS12345内的R1、R2、R3、R4、R5配置OSPF,环口(略) 2.R1配置BGP [R1]bgp 65001 //使用联邦的子AS号 [R1-bgp]router-id 1.1.1.1 [R1-bgp]confederation id 12345 //联邦...
2年前
01145