lanzeou-大赛人网-第40页
lanzeou的头像-大赛人网
lanzeou管理员超级版主
这家伙很懒,什么都没有写...
20.2 IKE 动态IPsec VPN配置-大赛人网

20.2 IKE 动态IPsec VPN配置

图20-2 IKE 动态IPsec VPN配置网络拓扑 1.配置R1、R3ACL感兴趣流 [R1]acl 3000 [R1-acl-adv-3000]rule permit ip source 192.168.1.0 0.0.0.255 destination 192.168.3.0 0.0.0.255 [R3]acl 300...
2年前
0516
4.2 DR、BDR选举-大赛人网

4.2 DR、BDR选举

1.查看R1、R2之间DR和BDR信息 <R1>display ospf peer OSPF Process 1 with Router ID 1.1.1.1 Neighbors Area 0.0.0.0 interface 12.1.1.1(GigabitEthernet0/0/0)'s neighbors Router ID: 2....
2年前
05015
13.2 IPv6 NDP协议-大赛人网

13.2 IPv6 NDP协议

图13-9 IPv6 NDP地址解析 1.地址解析 1)R1配置 [R1]ipv6 [R1]interface GigabitEthernet 0/0/0 [R1-GigabitEthernet0/0/0]ipv6 enable [R1-GigabitEthernet0/0/0]ipv6 address 2001:12::1 64 2...
2年前
05010
10.5 VLAN聚合-大赛人网

10.5 VLAN聚合

图10-8 VLAN聚合网络拓扑 1.SW1配置 [SW1]vlan batch 10 20 100 [SW1-vlan100]aggregate-vlan //将vlan100设置为super-vlan [SW1-vlan100]access-vlan 10 20 //将sub-vlan10 20添加到该聚合vlan...
2年前
05013
第3章 BGP基础-大赛人网

第3章 BGP基础

图3-1 BGP基本配置网络拓扑 3.1 BGP邻居关系 1.R1配置OSPF [R1]ospf 1 router-id 1.1.1.1 [R1-ospf-1]area 0 [R1-ospf-1-area-0.0.0.0]network 11.11.11.11 0.0.0.0 [R1-ospf-1-area-0.0.0.0]ne...
2年前
0509
第2章 IPV6-大赛人网

第2章 IPV6

图2-1 IPV6配置网络拓扑 1.R1配置 [R1]ipv6 [R1]interface GigabitEthernet 0/0/0 [R1-GigabitEthernet0/0/0]ipv6 enable [R1-GigabitEthernet0/0/0]ipv6 address 2012::1 64 [R1]interface Loo...
2年前
0506
17.3 PPP CHAP认证-大赛人网

17.3 PPP CHAP认证

1.CHAP认证,服务端R2配置 [R2]aaa [R2-aaa]local-user dsrw password cipher dsrw.com [R2-aaa]local-user dsrw service-type ppp [R2]interface Serial 0/0/0 [R2-Serial0/0/0]link-protocol ...
2年前
05015
19.2 OSPFv3配置-大赛人网

19.2 OSPFv3配置

图19-4 OSPFv3基本配置网络拓扑 1.R1配置OSPFv3 [R1]ospfv3 1 [R1-ospfv3-1]router-id 1.1.1.1 [R1]interface GigabitEthernet 0/0/0 [R1-GigabitEthernet0/0/0]ospfv3 1 area 0 [R1]interface ...
2年前
04912
第11章 系统关机-大赛人网

第11章 系统关机

1.shutdown (1) -r#重新启动计算机。 (2) -h#关机。 (3) -h 时间#定时关机。 [root@dsrw ~]# shutdown -h now [root@dsrw ~]# shutdown -h 23:30 [root@dsrw ~]# shutdown -r 2.reboot重...
2年前
04912
8.3 IPSEC静态VPN-大赛人网

8.3 IPSEC静态VPN

1.手工静态密钥(AH封装模式) 1)配置内网互通路由 #R1 ip route-static 172.16.1.0 24 172.16.14.4 #R4 ip route-static 0.0.0.0 0.0.0.0 172.16.14.1 #R3 ip route-static 172.17.1.0 24 172...
2年前
04912