cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6627
Views
5
Helpful
2
Replies

CISCO 1812 Router VLAN Configuration

md.sakibnaz
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

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

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

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

Thanks Jon.

Just I got the 1812 in hand & test ur command.

Regards.

Sakibnaz.

Review Cisco Networking for a $25 gift card