0% found this document useful (0 votes)
27 views1 page

Configuracion de Ip de Routers

The document describes the configuration of IP addresses on a router interface and the configuration of EIGRP routing. It shows the IP address being configured on FastEthernet0/0 interface with IP 192.168.1.1. It then shows the interface status changing to up. The second part configures EIGRP process 10 and adds the directly connected networks 192.168.2.0, 192.168.7.0 and 192.168.6.0 to EIGRP with no auto-summary enabled.

Uploaded by

wilmer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Configuracion de Ip de Routers

The document describes the configuration of IP addresses on a router interface and the configuration of EIGRP routing. It shows the IP address being configured on FastEthernet0/0 interface with IP 192.168.1.1. It then shows the interface status changing to up. The second part configures EIGRP process 10 and adds the directly connected networks 192.168.2.0, 192.168.7.0 and 192.168.6.0 to EIGRP with no auto-summary enabled.

Uploaded by

wilmer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Configuracion de ip de routers

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fa0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to


up

Router(config-if)#exit
Router(config)#
Router#
%SYS-5-CONFIG_I: Configured from console by console

Configuracion de eigrp

Router#show ip route

Gateway of last resort is not set

D 192.168.1.0/24 [90/2172416] via 192.168.6.1, 00:00:20, Serial0/0/0


C 192.168.2.0/24 is directly connected, FastEthernet0/0
D 192.168.4.0/24 [90/2681856] via 192.168.6.1, 00:00:20, Serial0/0/0
C 192.168.6.0/24 is directly connected, Serial0/0/0
C 192.168.7.0/24 is directly connected, Serial0/0/1

Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router eigrp 10
Router(config-router)#network 192.168.2.0 0.0.0.255
Router(config-router)#network 192.168.7.0 0.0.0.255
Router(config-router)#network 192.168.6.0 0.0.0.255
Router(config-router)#no auto-summary
Router(config-router)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console

You might also like