8.10 IGMP Snooping
1.基本概念 IGMP Snooping主要用于在交换机上优化组播流量的转发行为。 1)路由器接口(RP):运行IGMP Snooping的交换机朝向上游组播路由器的接口。 2)成员接口(MP):运行IGMP Snooping的交...
2.2 OSPF状态机变迁
1.R1开启信息查看命令 <R1>terminal debugging Info: Current terminal debugging is on. //使能终端显示Debug信息功能 <R1>terminal monitor Info: Current terminal monitor is on. //...
第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...
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 ...
第8章 Postfix与Dovecot邮件系统-8.1电子邮件
1.常用邮件协议及术语 简单邮件传输协议SMTP:用于发送和中转发出的电子邮件,占用服务器的 TCP/25 端口。 邮局协议版本3,POP3:用于将电子邮件存储到本地主机,占用服务器的 TCP/110 端口。 I...
5.5 VLAN聚合
1.基本概念 利用VLSM为一个IP子网合理分配多个VLAN。 超级VLAN(Super VLAN)分为: Super-VLAN:父VLAN,用于关联Sub-VLAN,不包含物理接口,提供三层接口VALNIF。 Sub-VLAN:子VLAN,关联到Su...
4.18 修改OSPF网络类型为点到多点
1.R1、R2、R3修改接口的OSPF类型 [R1]interface Serial 0/0/0 [R1-Serial0/0/0]ospf network-type p2mp [R2]interface Serial 0/0/0 [R2-Serial0/0/0]ospf network-type p2mp [R3]interface Ser...