上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 125 下一页
摘要: 如果出接口为BMA(Broadcast Multiple Access)类型,则静态路由需要指定下一跳IP地址。 AR1和AR2是通过G0/0/0接口连接到同一台以太网交换机上,现在我们需要为AR1配置一条到达192.168.2.0的静态路由,由于AR1的出接口G0/0/0是一个BMA接口,因为此根 阅读全文
posted @ 2020-06-16 22:04 星火撩原 阅读(1046) 评论(0) 推荐(0)
摘要: 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 星火撩原 阅读(486) 评论(0) 推荐(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 星火撩原 阅读(359) 评论(0) 推荐(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 星火撩原 阅读(397) 评论(0) 推荐(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 星火撩原 阅读(239) 评论(0) 推荐(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 星火撩原 阅读(554) 评论(0) 推荐(0)
摘要: ARP(Address Resolution Protocol)地址解析协议,根据IP地址获取物理地址的一个TCP/IP协议。 由于OSI模型把网络分为七层,IP地址在OSI模型第三层,MAC地址在第二层,彼此不直接通信。在通过以太网发送IP数据包时,需要封装第三层(32位IP地址)和第二层(48位 阅读全文
posted @ 2020-06-08 16:05 星火撩原 阅读(5391) 评论(0) 推荐(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 星火撩原 阅读(390) 评论(0) 推荐(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 星火撩原 阅读(4582) 评论(0) 推荐(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 星火撩原 阅读(203) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 125 下一页