摘要:
PPP动态指定单个地址 AR1配置 interface Serial4/0/0 link-protocol ppp remote address 100.100.100.50 ip address 100.100.100.100 255.255.255.0 AR2配置 interface Seria
阅读全文
posted @ 2020-06-16 11:48
星火撩原
阅读(513)
推荐(0)
摘要:
AR6配置 interface Mp-group0/0/0 ppp mp max-bind 8 ip address 200.200.200.200 255.255.255.0 interface Serial4/0/0 link-protocol ppp ppp mp Mp-group 0/0/0
阅读全文
posted @ 2020-06-16 11:29
星火撩原
阅读(379)
推荐(0)
摘要:
能过部属MUX-VLAN,达到以下要求 1、PC1-PC2同属一个组vlan,相互之间可以直接通信。 2、PC3-PC4同属一个隔离vlan,相互之间无法通信。 3、PC1-PC2无法与PC3-PC4通信。 4、PC1/2/3/4都可以和PC5通信。 MUX-VLAN 主vlan=100 隔离vla
阅读全文
posted @ 2020-06-16 10:57
星火撩原
阅读(412)
推荐(0)
摘要:
实验环境 系统:centos 7 软件:Apache 2.4.6-93 mariadb 5.5.65 php 5.4.16 zabbix 4.0.21 安装前的准备工作 设置主机名为:zabbix-server [root@bogon ~]# vim /etc/hostname zabbix-ser
阅读全文
posted @ 2020-06-15 16:40
星火撩原
阅读(252)
推荐(0)
摘要:
AR1配置 router id 1.1.1.1 isis 1 network-entity 49.0001.0000.0000.1111.00 interface GigabitEthernet0/0/0 ip address 13.1.1.1 255.255.255.0 isis enable 1
阅读全文
posted @ 2020-06-14 23:16
星火撩原
阅读(599)
推荐(0)
摘要:
ARP(Address Resolution Protocol)地址解析协议,根据IP地址获取物理地址的一个TCP/IP协议。 由于OSI模型把网络分为七层,IP地址在OSI模型第三层,MAC地址在第二层,彼此不直接通信。在通过以太网发送IP数据包时,需要封装第三层(32位IP地址)和第二层(48位
阅读全文
posted @ 2020-06-08 16:05
星火撩原
阅读(5416)
推荐(1)
摘要:
AR1配置 interface GigabitEthernet0/0/0 ip address 12.1.1.1 255.255.255.0 ospf 1 router-id 1.1.1.1 area 0.0.0.0 authentication-mode md5 1 cipher %$%$$y*-
阅读全文
posted @ 2020-06-06 21:39
星火撩原
阅读(399)
推荐(0)
摘要:
配置思路 1、配置各个路由器IP地址。 2、配置IPv4路由,把IPv4网络打通,本次实验我就使用静态路由。 3、配置tunnel隧道,协议使用ipv6-toipv4 4、AR1和AR3各配了环回口lo 0,用来模拟电脑PC,使用IPv6. 5、配置IPv6默认路由。 AR1配置 ipv6 inte
阅读全文
posted @ 2020-06-04 21:49
星火撩原
阅读(4685)
推荐(0)
摘要:
在所有的路由器上运行OSPF协议,通告相应网段到0区域, 配置 AR3 ospf 1 router-id 3.3.3.3 area 0.0.0.0 network 3.3.3.3 0.0.0.0 network 10.1.23.0 0.0.0.255 # AR2配置 ospf 1 router-id
阅读全文
posted @ 2020-06-03 17:07
星火撩原
阅读(209)
推荐(0)
摘要:
GRE(Generic Routing Encapsulation 通用路由协议)提供了一种协议的报文封装在另一个协议报文中的机制,使报文能够在异咱网络(如IPv4网络)中传输,而异咱报文传输的通道称为tunnel。 GRE协议也可以做为VPN的第三层隧道(tunnel)协议,为VPN数据提供透明传
阅读全文
posted @ 2020-06-03 10:59
星火撩原
阅读(1271)
推荐(0)