lanzeou-大赛人网-第21页
lanzeou的头像-大赛人网
lanzeou管理员超级版主
这家伙很懒,什么都没有写...
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年前
07412
第2章 OSPF-大赛人网

第2章 OSPF

2.1 OSPF报文交换 图2-1 OSPF基本配置网络拓扑 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]netw...
2年前
07411
8.6 ISIS手动产生默认路由-大赛人网

8.6 ISIS手动产生默认路由

图8-6 ISIS手动产生默认路由网络拓扑 1.查看R1、R6默认路由(由Level-1-2产生缺省路由) <R1>display ip routing-table protocol isis 0.0.0.0/0 ISIS-L1 15 10 D 12.1.1.2 GigabitEthernet0...
2年前
07411
11.3配置TFTP服务程序-大赛人网

11.3配置TFTP服务程序

1.安装TFTP服务 [root@dsrw ~]# dnf install -y tftp-server xinetd Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red...
2年前
0745
5.4 基于路由协议的双机热备-大赛人网

5.4 基于路由协议的双机热备

1.R1配置 ospf 1 router-id 1.1.1.1 area 0 interface GigabitEthernet0/0/0 ip address 10.2.0.2 255.255.255.0 ospf enable 1 area 0 interface GigabitEthernet0/0/1 ip address 10.20.0.1 2...
2年前
07310
第1章 iptables和firewalld防火墙-大赛人网

第1章 iptables和firewalld防火墙

iptables 与 firewalld 都不是真正的防火墙,它们都只是用来定义防火墙策略的防火墙管理工具而已,它们只是一种服务。 iptables 服务会把配置好的防火墙策略交由内 核层面的 netfilter 网络过滤...
2年前
07310
第3章 Apache服务-3.1 Apache服务程序部署-大赛人网

第3章 Apache服务-3.1 Apache服务程序部署

1.挂载本地光盘镜像 [root@dsrw ~]# mkdir /mnt/cdrom [root@dsrw ~]# mount -t iso9660 /dev/sr0 /mnt/cdrom mount: /mnt/cdrom: WARNING: device write-protected, mounted read-only. [root@...
2年前
07311
第6章 DHCP服务器配置与管理-大赛人网

第6章 DHCP服务器配置与管理

6.1 安装DHCP服务器角色 图6 DHCP服务器配置与管理拓扑 1.添加角色和功能 图6-1 添加角色和功能 2.添加DHCP服务器 图6-2 添加DHCP服务器 3.打开DHCP服务器 图6-3 打开DHCP服务器 4.DHCP服务器控...
8.4 hybrid接口2-大赛人网

8.4 hybrid接口2

1.Trunk接口类型不能直接设置为hybrid接口类型,只能先设置为access接口类型,再设置为hybrid接口类型。hybrid主要为满足一定特殊应用需求,完成对同一网段设备之间二层访问。 2.access端口只连...
2年前
0726
7.3 BGP配置详解-大赛人网

7.3 BGP配置详解

1.BGP基础配置 图7-1 BGP基础配置网络拓扑 1)基本配置 [R1]bgp 12 [R1-bgp]router-id 1.1.1.1 [R1-bgp]peer 12.1.1.2 as-number 12 [R2]bgp 12 [R2-bgp]router-id 2.2.2.2 [R2-bgp]peer 12.1.1...
2年前
07212