Está en la página 1de 7

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface FastEthernet0/0

Router(config-if)#

Router(config-if)#exit

Router(config)#interface FastEthernet0/1

Router(config-if)#

Router(config-if)#exit

Router(config)#interface FastEthernet0/1

Router(config-if)#

Router(config-if)#

Router(config-if)#

Router(config-if)#exit

Router(config)#exit

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#

Router#

Router#

Router#

Router#exit
Router con0 is now available

Press RETURN to get started.

Router>

Router>

Router>

Router>
Router>

Router>enable

Router#conf

Router#configure

Configuring from terminal, memory, or network [terminal]?

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#

Router(config)#line console 0

Router(config-line)#password cisco1

Router(config-line)#login

Router(config-line)#login

Router(config-line)#line consol

Router(config-line)#line vty 0 4

Router(config-line)#password cisco2

Router(config-line)#login

Router(config-line)#enable secret cisco3

Router(config)#user

Router(config)#username admin priv

Router(config)#username admin privilege 15 pass

Router(config)#username admin privilege 15 password admin

Router(config)#hostname R1

R1(config)#ip domain-name cisco.com

R1(config)#crypto key gene

R1(config)#crypto key generate rsa

The name for the keys will be: R1.cisco.com

Choose the size of the key modulus in the range of 360 to 2048 for your

General Purpose Keys. Choosing a key modulus greater than 512 may take

a few minutes.
How many bits in the modulus [512]: 1024

% Generating 1024 bit RSA keys, keys will be non-exportable...[OK]

R1(config)#line vty 0 4

*Mar. 1 0:37:18.230: %SSH-5-ENABLED: SSH 1.99 has been enabled

R1(config-line)#login local

R1(config-line)#transport

R1(config-line)#transport input ssh

R1(config-line)#do write

Building configuration...

[OK]

R1(config-line)#exit

R1(config)#

R1(config)#

R1(config)#

R1(config)#interface f0/0

R1(config-if)#ip add

R1(config-if)#ip address 192.168.10.126 255.255.255.128

R1(config-if)#no shutdown

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

R1(config-if)#exit

R1(config)#inr

R1(config)#int

R1(config)#interface f0/1
R1(config-if)#ip add

R1(config-if)#ip address 192.168.10.254 255.255.255.128

R1(config-if)#no shutdown

R1(config-if)#

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

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

R1(config-if)#do write

Building configuration...

[OK]

R1(config-if)#

R1 con0 is now available

Press RETURN to get started.


Clock rate 64000

Ping 192.168.15.1

Protocolo de Enrutamiento estatico y dinamico

Enrutamiento Estatico

Show ip route

Exti

Enable

Configure terminal

ip route 19.168.15.192 255.255.255.224 serial 0/1/0

aparecen C
S = Static

ip route 192.168.15.0 255.255.255.128 serial 0/1/0

ip route 192.168.15.0 255.255.255.128 serial 0/1/1

También podría gustarte