12 4 23 Live Lab Static Routing

Опубликовано: 27 Сентябрь 2026
на канале: Richard Mehok
20
0

NEONET Router

200.100.10.0 - 200.100.10.3 /30 255.255.255.252
11111111.11111111.11111111.11111100

IP Ranges
172.16.2.0 - 172.16.2.63 /26 255.255.255.192
.11000000

172.16.2.64 - 172.16.2.79 /28 255.255.255.240
.11110000

172.16.2.80 - 172.16.2.89 /29 255.255.255.248
.11111000

NEONET

hostname NEONET

interface GigabitEthernet0/0
ip address 200.100.10.1 255.255.255.252
no shutdown

interface GigabitEthernet1/0
ip address 172.16.2.81 255.255.255.248
no shutdown

interface GigabitEthernet2/0
ip address 172.16.2.65 255.255.255.240
no shutdown

interface GigabitEthernet3/0
ip address 172.16.2.1 255.255.255.192
no shutdown

ip route 192.168.2.0 255.255.255.128 g0/0
ip route 192.168.3.0 255.255.255.224 g0/0
ip route 192.168.4.0 255.255.255.248 200.100.10.2

_______________________________________________________

BHS Router


IP Ranges
192.168.2.0 - 192.168.2.127 /28 255.255.255.128
.10000000

192.168.3.0 - 192.168.2.63 /27 255.255.255.224
.11100000

192.168.2.0 - 192.168.2.7 /29 255.255.255.248
.11111000


interface GigabitEthernet0/0
ip address 200.100.10.2 255.255.255.252
no shutdown

interface GigabitEthernet1/0
ip address 192.168.2.1 255.255.255.128
no shutdown

interface GigabitEthernet2/0
ip address 192.168.3.1 255.255.255.224
no shutdown

interface GigabitEthernet5/0
ip address 192.168.4.1 255.255.255.248
no shutdown

ip route 172.16.2.0 255.255.255.192 200.100.10.1
ip route 172.16.2.64 255.255.255.240 g0/0
ip route 172.16.2.80 255.255.255.248 g0/0