排序
第4章 BGP选路
4.1 优选Prefval值更高路由 Prefval值缺省为0,仅本地有效,不传递,Prefval值越大越优先。 图4-1 BGP优选Prefval值更高路由网络拓扑 1.R1配置OSPF [R1]ospf 1 router-id 1.1.1.1 [R1-ospf-1]...
10.3 静态一对一IP映射
图10-3 静态一对一IP映射配置网络拓扑 1.R1配置 [R1]interface GigabitEthernet 0/0/0 [R1-GigabitEthernet0/0/0]nat static global 12.1.1.3 inside 192.168.1.1 [R1]ip route-static 0.0.0.0 ...
4.6 配置多区域OSPF
图4-4 多区域配置网络拓扑 1.R1配置 [R1]ospf 1 router-id 1.1.1.1 [R1-ospf-1]area 1 [R1-ospf-1-area-0.0.0.1]network 1.1.1.1 0.0.0.0 [R1-ospf-1-area-0.0.0.1]network 12.1.1.0 0.255.25...
第14章 复杂流分类
图14-1复杂流分类配置网络拓扑 1.R1定义ACL [R1]acl 3000 [R1-acl-adv-3000]rule permit tcp source 3.3.3.3 0 destination 2.2.2.2 0 destination-port eq 23 2.R1配置流分类 [R1]traffic clas...
2.2 OSPF状态机变迁
1.R1开启信息查看命令 <R1>terminal debugging Info: Current terminal debugging is on. //使能终端显示Debug信息功能 <R1>terminal monitor Info: Current terminal monitor is on. //...
第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...
8.3 VRRP配置
1.VRRP配置基础 图8-1 VRRP配置基础网络拓扑 1)R1配置 [R1]interface GigabitEthernet 0/0/0 [R1-GigabitEthernet0/0/0]ip address 192.168.10.252 24 [R1-GigabitEthernet0/0/0]vrrp vrid 1 v...
20.3 IPsec VPN与源NAT配置
1.R1配置 [R1]acl 3001 [R1-acl-adv-3001]rule deny ip source 192.168.1.0 0.0.0.255 destination 192.168.3.0 0.0.0.255 [R1-acl-adv-3001]rule permit ip source 192.168.1.0 0.0.0.255 2.R3...
第7章 BGP-7.1 BGP基本概念
1.基本概念 1)BGP是一种外部网关协议(EGP),适用于大型网络,支持VLSM、CIDR、自动手动路由汇总,使用TCP,端口号179。 BGP建立邻接关系不要求设备必须直连,可以跨设备建立。建立BGP邻居关...
4.7 修改OSPF参考带宽
1.查看R1的OSPF路由信息的COST值 <R1>display ip routing-table protocol ospf Destination/Mask Proto Pre Cost Flags NextHop Interface 2.2.2.2/32 OSPF 10 1 D 12.1.1.2 GigabitEthernet...