You are on page 1of 2

Configurar 4 computadoras y hacer conexin lan Switch> Switch>enable Switch# Switch# configure terminal Switch(config)# hostname S1 S1(config)# interface

fastethernet 0/1 S1(config-if)# switchport mode access S1(config-if)# switchport port-security (habilitar seguridad en Puerto) S1(config-if)# switchport port-security maximun 1(solo para almacenar una mac de las tarjetas de red) S1(config-if)#switchport port-security violation shutdown S1(config-if)#switchport port-security mac-address 0004.9A62.78D2 S1(config-if)#exit S1(config)# Configurar dinamico S1>enable S1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. S1(config)#interface fastethernet 0/2 S1(config-if)#switchport mode access S1(config-if)#switchport port-security S1(config-if)#switchport port-security maximun 1 ^ % Invalid input detected at '^' marker.

S1(config-if)#switchport port-security maximum 1 S1(config-if)#switchport port-security violation shutdown S1(config-if)#switchport port-security mac-address sticky S1(config-if)#exit S1(config)#exit

Configurar router con EIGRP 10 (direcciones vecinas)

Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fastethernet 0/0 Router(config-if)#ip address 10.0.32.1 255.255.255.128 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)#interface fastethernet 0/1 Router(config-if)#ip address 10.0.32.193 255.255.255.240 Router(config-if)#no shutdown

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

Router(config-if)#exit

You might also like