Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco 1721 router on a stick

Status
Not open for further replies.

ciscomeo

Technical User
Jun 9, 2003
94
US
Does any one know if Cisco 1721 can be configured for router on a stick? Please provide sample configuration?

This is for lab setup.

Thank you...
 
ciscomeo,

It should work, you will know if it does not allow you to setup the sub-interface or you can not do the encapsalation.

Here is a sample config for the FastEthernet interface with 4 sub-interfaces -

interface FastEthernet0
no ip address
speed 100
full-duplex
no keepalive
!
interface FastEthernet0.2
description VLAN 2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
interface FastEthernet0.3
description VLAN 3
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0
!
interface FastEthernet0.4
description VLAN 4
encapsulation dot1Q 4
ip address 192.168.4.1 255.255.255.0
!
interface FastEthernet0.5
description VLAN 5
encapsulation dot1Q 5
ip address 192.168.5.1 255.255.255.0

Hope this helps!!

E.A. Broda
CCNA, CCDA, CCAI, Network +
 
Only with IP Plus and above, which is one step above the IP Basic image (i-mz). The IP Plus will be is-mz in the code name. The 1720 will not, but the 1721 will. If you are not sure about the IOS you have, post a sh ver...

Burt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top