0% found this document useful (0 votes)
183 views6 pages

Switch 1 Multilayer Router Vlans

The document describes configurations made on a switch and router. On the switch, VLANs 5 and 6 were created and named, interfaces fa0/1, fa0/5, and fa0/2 were configured with VLAN access and trunk mode. On the router, interfaces se0/1/0 and fa0/0 were configured with IP addresses, static routes were added and removed between the switch VLANs via the router interface.

Uploaded by

Ernesto Mamani
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)
183 views6 pages

Switch 1 Multilayer Router Vlans

The document describes configurations made on a switch and router. On the switch, VLANs 5 and 6 were created and named, interfaces fa0/1, fa0/5, and fa0/2 were configured with VLAN access and trunk mode. On the router, interfaces se0/1/0 and fa0/0 were configured with IP addresses, static routes were added and removed between the switch VLANs via the router interface.

Uploaded by

Ernesto Mamani
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/ 6

Switch 1

Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 5
Switch(config-vlan)#name Ventas
Switch(config-vlan)#vlan 6
Switch(config-vlan)#name MNGT
Switch(config-vlan)#EX
Switch(config)#int fa0/1
Switch(config-if)#sw
Switch(config-if)#switchport mode
Switch(config-if)#switchport mode a
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access v
Switch(config-if)#switchport access vlan 5
Switch(config-if)#int fa0/5
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 6
Switch(config-if)#int fa0/2
Switch(config-if)#switchport mode trunk

Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down

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

Switch(config-if)#^Z
Switch#
%SYS-5-CONFIG_I: Configured from console by console

Switch#sh ip int brief


SwitchMultilayer


Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 5
Switch(config-vlan)#name Ventas
Switch(config-vlan)#vlan 6
Switch(config-vlan)#name MNGT
Switch(config-vlan)#EX
Switch(config)#INT fa0/5
Switch(config-if)#s
Switch(config-if)#sw
Switch(config-if)#switchport mode
Switch(config-if)#switchport mode ac
Switch(config-if)#switchport mode access
Switch(config-if)#switchport mode acces
Switch(config-if)#switchport acces vlan 5
Switch(config-if)#INT fa0/20
Switch(config-if)#switchport mode access
Switch(config-if)#switchport acces vlan 6
Switch(config-if)#ex
Switch(config)#ip routing
Switch(config)#ex
Switch#
%SYS-5-CONFIG_I: Configured from console by console

Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int vlan 5
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan5, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan5, changed state to up

Switch(config-if)#ip add 192.168.1.1 255.255.255.0
Switch(config-if)#no sh
Switch(config-if)#int vlan 6
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan6, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan6, changed state to up

Switch(config-if)#ip add 192.168.2.1 255.255.255.0
Switch(config-if)#no sh
Switch(config-if)#ex
Switch(config)#ex
Switch#


Router----


Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int se0/1/0
Router(config-if)#ip add 10.1.1.10 255.255.255.252
Router(config-if)#n sh

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down
Router(config-if)#int fa0/0
Router(config-if)#ip add 192.168.2.2 255.255.255.0
Router(config-if)#no sh

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)#ex
Router(config)#ip route 192.168.1.0 255.255.255.0
% Incomplete command.
Router(config)#ip route 192.168.1.0 255.255.255.0 fa0/0
Router(config)#ip route 192.168.2.0 255.255.255.0 fa0/0
Router(config)#no ip route 192.168.2.0 255.255.255.0 fa0/0
Router(config)#no ip route 192.168.1.0 255.255.255.0 fa0/0
Router(config)#int fa0/0
Router(config-if)#sw
Router(config-if)#sw
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

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

^
% Invalid input detected at '^' marker.

Router(config-if)#ex
Router(config)#ip route 172.17.1.0 255.255.255.240 se0/1/0
Router(config)#no ip route 172.17.1.0 255.255.255.240 se0/1/0
Router(config)#ip route 172.17.1.0 255.255.255.0 se0/1/0
Router(config)#








Router con0 is now available






Press RETURN to get started.

You might also like