You are on page 1of 5

Configurando f0/0

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

SW1(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

SW1(config-if)#exit
SW1(config)#inter
SW1(config)#interface se0/0/0
SW1(config-if)#ip address 14.0.0.1 255.0.0.0
SW1(config-if)#nsh
SW1(config-if)#no sh
SW1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


SW1(config-if)#end
SW1#
%SYS-5-CONFIG_I: Configured from console by console

SW1#copy run
SW1#copy running-config start
SW1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

==============================================
==============================

SW2>enable
SW2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
SW2(config)#interface Serial0/0/0
SW2(config-if)#ip address 14.0.0.2 255.0.0.0
SW2(config-if)#end
SW2#
%SYS-5-CONFIG_I: Configured from console by console

SW2#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

14.0.0.0/8 is directly connected, Serial0/0/0

15.0.0.0/8 is directly connected, Serial0/0/1

192.168.11.0/24 is directly connected, FastEthernet0/0

SW2#conf
SW2#configure ter
SW2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
SW2(config)#route rip
SW2(config-router)#version 2
SW2(config-router)#net

SW2(config-router)#network 14.0.0.0
SW2(config-router)#network 15.0.0.0
SW2(config-router)#network 192.168.11.0
SW2(config-router)#do vr
Translating "vr"...domain server (255.255.255.255)
% Unknown command or computer name, or unable to find computer
address

SW2(config-router)#end
SW2#
%SYS-5-CONFIG_I: Configured from console by console

SW2#show ip proco
SW2#show ip proto
SW2#show ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 15 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 2, receive 2
Interface

Send Recv Triggered RIP Key-chain

Serial0/0/0

Serial0/0/1

FastEthernet0/0

Automatic network summarization is in effect


Maximum path: 4
Routing for Networks:
14.0.0.0
15.0.0.0
192.168.11.0

Passive Interface(s):
Routing Information Sources:
Gateway

Distance

14.0.0.1

120

Last Update
00:00:22

Distance: (default is 120)


SW2#exit

Mensaje de bienvenida:
Banner motd mensaje delda

Contrasea:
SW3>
SW3>enable
Password:
SW3#config
SW3#configure termin
SW3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
SW3(config)#enable password cisco
SW3(config)#exit
SW3#
%SYS-5-CONFIG_I: Configured from console by console
exit

You might also like