May 14, 2003 #1 Adamhemo Technical User Mar 4, 2003 15 US Hi, Could someone remind me how to create a sub-interface on a Cisco 2600 router. I need to create 3 sub interfaces under my serial interface. Thanks
Hi, Could someone remind me how to create a sub-interface on a Cisco 2600 router. I need to create 3 sub interfaces under my serial interface. Thanks
May 14, 2003 #2 tschouten IS-IT--Management Jul 31, 2002 391 US router>en router#conf t router(config)#int ether 0.1 Router(config-subif)# On the command router(config)#int ether 0.1 you can use 0.2, 0.3 etc. You can use this for any interface you have available on the router. Upvote 0 Downvote
router>en router#conf t router(config)#int ether 0.1 Router(config-subif)# On the command router(config)#int ether 0.1 you can use 0.2, 0.3 etc. You can use this for any interface you have available on the router.
May 14, 2003 #3 tschouten IS-IT--Management Jul 31, 2002 391 US Forgot to make an example. router(config)#int fastether 0.1 router(config)#int serial 0.1 router(config)#int serial 1.1 Hope that helps you out! Upvote 0 Downvote
Forgot to make an example. router(config)#int fastether 0.1 router(config)#int serial 0.1 router(config)#int serial 1.1 Hope that helps you out!