Practica HQ

Tabla de Direccionamiento


Código de Configuración

HQ

Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname HQ
HQ(config)#int g0/0
HQ(config-if)#ip address 172.18.64.1 255.255.192.0
HQ(config-if)#no shut
HQ(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
HQ(config-if)#int s0/0/0
HQ(config-if)#ip address 209.165.202.129 255.255.255.252
HQ(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
HQ(config-if)#int s0/0/1
HQ(config-if)#ip address 209.165.202.133 255.255.255.252
HQ(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
HQ(config-if)#exit
HQ(config)#router eigrp 1
HQ(config-router)#network 209.165.202.128 0.0.0.3
HQ(config-router)#network 209.165.202.132 0.0.0.3
HQ(config-router)#network 172.18.64.0
HQ(config-router)#no auto

BRANCH1

Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname BRANCH1
BRANCH1(config)#int g0/0
BRANCH1(config-if)#ip address 172.18.129.1 255.255.255.240
BRANCH1(config-if)#no shut
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
BRANCH1(config-if)#int s0/0/0
BRANCH1(config-if)#ip address 209.165.202.130 255.255.255.252
BRANCH1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
BRANCH1(config-if)#int s0/0/1
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
BRANCH1(config-if)#ip address 209.165.202.137 255.255.255.252
BRANCH1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
BRANCH1(config-if)#exit
BRANCH1(config)#router eigrp 1
BRANCH1(config-router)#network 209.165.202.136 0.0.0.3
BRANCH1(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 209.165.202.138 (Serial0/0/1) is up: new adjacency
BRANCH1(config-router)#network 209.165.202.128 0.0.0.3
BRANCH1(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 209.165.202.129 (Serial0/0/0) is up: new adjacency
BRANCH1(config-router)#network 172.18.129.0 0.0.0.15

BRANCH2

Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname BRANCH2
BRANCH2(config)#int g0/0
BRANCH2(config-if)#ip address 172.18.128.1 255.255.255.0
BRANCH2(config-if)#no shut
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
BRANCH2(config-if)#int s0/0/0
BRANCH2(config-if)#ip address 209.165.202.138 255.255.255.252
BRANCH2(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
BRANCH2(config-if)#int s0/0/1
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
BRANCH2(config-if)#ip address 209.165.202.134 255.255.255.252
BRANCH2(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up
BRANCH2(config)#router eigrp 1
BRANCH2(config-router)#network 172.18.128.0 0.0.0.255
BRANCH2(config-router)#network 209.165.202.132 0.0.0.3
%DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 209.165.202.133 (Serial0/0/1) is up: new adjacency
BRANCH2(config-router)#network 209.165.202.136 0.0.0.3
BRANCH2(config-router)#

Comentarios

Entradas populares