08-11-2010 02:12 AM - edited 03-06-2019 12:25 PM
Hello.
I have a CISCO 1812 Series Router with FE0-9 interfaces.
I want to configure a VLAN ID 100 with access port FE2-6 and assign an IP address to the VLAN interface.
Can anybody provide me an example regarding configure VLAN on CISCO 1812 Router?
Thanks in advance.
Regards.
Sakibnaz.
Solved! Go to Solution.
08-11-2010 06:46 AM
md.sakibnaz wrote:
Hello.
I have a CISCO 1812 Series Router with FE0-9 interfaces.
I want to configure a VLAN ID 100 with access port FE2-6 and assign an IP address to the VLAN interface.
Can anybody provide me an example regarding configure VLAN on CISCO 1812 Router?
Thanks in advance.Regards.
Sakibnaz.
router(config)# vlan 100
router(config-vlan)# name v100
note if the above doesn't work then -
router# vlan database
router(vlan)# vlan 2 name v100
router(config)# int vlan 100
router(config-if)# ip address x.x.x.x
router(config)# no shut
router(config)# int fa2
router(config-if)# switchport access vlan 100
router(config-if)# spanning-tree portfast
etc.. for each physical interface you want in vlan 100.
Jon
08-11-2010 06:46 AM
md.sakibnaz wrote:
Hello.
I have a CISCO 1812 Series Router with FE0-9 interfaces.
I want to configure a VLAN ID 100 with access port FE2-6 and assign an IP address to the VLAN interface.
Can anybody provide me an example regarding configure VLAN on CISCO 1812 Router?
Thanks in advance.Regards.
Sakibnaz.
router(config)# vlan 100
router(config-vlan)# name v100
note if the above doesn't work then -
router# vlan database
router(vlan)# vlan 2 name v100
router(config)# int vlan 100
router(config-if)# ip address x.x.x.x
router(config)# no shut
router(config)# int fa2
router(config-if)# switchport access vlan 100
router(config-if)# spanning-tree portfast
etc.. for each physical interface you want in vlan 100.
Jon
08-16-2010 02:13 AM
Thanks Jon.
Just I got the 1812 in hand & test ur command.
Regards.
Sakibnaz.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide