lanzeou-大赛人网-第13页
lanzeou的头像-大赛人网
lanzeou管理员超级版主
这家伙很懒,什么都没有写...
13.8重启pptpd服务并加入开机项-大赛人网

13.8重启pptpd服务并加入开机项

[root@dsrw ~]# systemctl restart pptpd [root@dsrw ~]# systemctl enable pptpd Created symlink /etc/systemd/system/multi-user.target.wants/pptpd.service → /usr/lib/systemd/system/pp...
3年前
013013
20.2 交换机限速配置:Qos方式-大赛人网

20.2 交换机限速配置:Qos方式

1.SW1在接口GE0/0/1的入方向上配置接口限速,带宽限制为4096kbit/s [SW1]interface gigabitethernet 0/0/1 [SW1-GigabitEthernet0/0/1]qos lr inbound cir 4096  2.SW1在接口GE0/0/2的入方向上...
3年前
012912
7.2 RSTP-大赛人网

7.2 RSTP

1.基本概念 STP收敛慢,端口定义繁琐,对网络拓扑变化依赖计时器。 RSTP(快速生成树)对STP进行了优化,收敛速度快,能兼容STP。 2.RSTP接口角色 包含根接口、指定接口、替代接口、备份接口。 ...
3年前
012912
13.2 Qos服务模型-大赛人网

13.2 Qos服务模型

1.Best Effort:尽力而为服务模型 默认行为,没有区分,没有保,,网络中没有实施任何QOS的时候,为此类型,采用Fist in Fist Out(FIFO)先进先出模式。 2.Integrated Serverce Model:综合服...
3年前
01297
第10章 交换-大赛人网

第10章 交换

10.1 RSTP 图10-1 RSTP基本配置网络拓扑 1.SW1配置RSTP [SW1]stp mode rstp [SW1]stp root primary [SW1]stp enable 2.SW2配置RSTP [SW2]stp mode rstp [SW2]stp root secondary [SW2]stp enabl...
3年前
012814
第11章 堆叠-大赛人网

第11章 堆叠

11.1 H3C模拟器 图11-1 HCL模式器配置H3C交换机堆叠网络拓扑 1.配置主设备 SW1(master) 1)关闭1/0/49 和1/0/50端口 [master]interface range Ten-GigabitEthernet 1/0/49 to Ten-GigabitEth...
3年前
01287
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 //联邦...
3年前
01285
18.5 DHCP Snooping-大赛人网

18.5 DHCP Snooping

图18-5 DHCP Snooping配置网络拓扑 1.SW1配置DHCP [SW1]dhcp enable [SW1]vlan batch 10 [SW1]interface Vlanif 10 [SW1-Vlanif10]IP address 192.168.1.254 24 [SW1-Vlanif10]dhcp select inte...
3年前
012814
8.2 VLAN-大赛人网

8.2 VLAN

1.SW1、SW2创建VLAN [SW1]vlan batch 10 20 [SW2]vlan batch 10 20 2.将PC1、PC2、PC3所连接口设置为access模式,划入相应VLAN [SW1]interface GigabitEthernet 0/0/3 [SW1-GigabitEthernet0/0/...
3年前
01278
3.5 防火墙源NAT-Easy-IP-大赛人网

3.5 防火墙源NAT-Easy-IP

1.创建NAT策略绑定地址组 nat-policy rule name 192_168_1_0_nat source-zone trust destination-zone untrust source-address 192.168.1.0 mask 255.255.255.0 action source-nat easy-ip 2.内...
3年前
012714