8.2配置基础的电子邮件系统
1.设置服务器主机名称,需要保证服务器主机名称与发信域名保持一致。 [root@dsrw ~]# vim /etc/hostname [root@dsrw ~]# hostname dsrw.com [root@dsrw ~]# hostnamectl set-hostname mail.dsrw...
15.3 MPLS VPN
图15-3 MPLS VPN配置网络拓扑 1.骨干网PE之间配置OSPF 1)PE1配置OSPF [R1]ospf 1 router-id 1.1.1.1 [R1-ospf-1]area 0 [R1-ospf-1-area-0.0.0.0]network 1.1.1.1 0.0.0.0 [R1-ospf-1-area-0.0...
5.7 防火墙双机负载均衡
1.FW1查看hrp状态 HRP_M[FW1]display hrp state 2023-08-03 14:21:36.880 Role: active, peer: standby Running priority: 45000, peer: 45000 Backup channel usage: 0.00% Stable time: 0 day...
4.3 IS-IS配置详解
图4-1 ISIS 基本配置网络拓扑 1.IS-IS基础配置 1)基础配置 [R1]isis 1 [R1-isis-1]network-entity 49.0123.0000.0000.0001.00 [R1-isis-1]is-level level-1-2 [R1]interface GigabitEthernet ...
4.15 OSPF故障排除
1.router-id一致故障 [R2]ospf 1 router-id 1.1.1.1 Info: The configuration succeeded. You need to restart the OSPF process to validate the new router ID. 2.重启OSPF进程 <R2>reset ...
6.4 IP前缀列表
1.基本概念 ACL只能匹配目的网络地址,不能匹配目的网络子网掩码。 IP前缀列表可以匹配目的网络地址和子网掩码,可以被route-policy和filter-polict调用。 命令:ip ip-prefix 名称 index 序列...
8.6 设置用户别名信箱
1.向bin发一份邮件 图8-6 向bin用户发送邮件 2.切换用户,查看邮件 [root@mail ~]# su - bin This account is currently not available. 您在 /var/spool/mail/root 中有新邮件 [root@mail ~]# ...
5.5 过滤私有AS号
图5-5 BGP过滤私有AS号网络拓扑 1.R1配置EBGP [R1]bgp 65000 [R1-bgp]router-id 1.1.1.1 [R1-bgp]peer 12.1.1.2 as-number 23 [R1-bgp]network 1.1.1.1 32 2.R2配置EBGP、IBGP [R2]bgp 23 [R2-b...
4.6 优选限最小MED值路由
图4-6 BGP优选限最小MED值路由网络拓扑 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 1.1.1.1 0.0.0.0 [R1-ospf-1-area-0.0.0.0]network 1...









