cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
381
Views
0
Helpful
1
Replies

EtherSwitch NME-16ES-1G

Donavon Jones
Level 1
Level 1

I have a 2821 router that has a EtherSwitch NME-16ES-1G installed in it. I am not the greatest network person. My goaled is to us the vlans that I have configured on all my 3560 switches on the EtherSwitch. How can I get them to use the gig 1/0 that has a static IP and the gig 1/0/2 interface for routing?

1 Reply 1

wdrootz
Level 4
Level 4

1) To create VLANs use the VLAN database mode.

Router1#vlan database

Router1(vlan)#vlan 10

VLAN 10 added:

Name: VLAN0010

Router1(vlan)#vlan 50

VLAN 50 added:

Name: VLAN0050

Router1(vlan)#exit

APPLY completed.

Exiting....

Router1#

2) To map an interface to a VLAN,

Router1(config)#interface fastEthernet 1/2

Router1(config-if)#switchport mode access

Router1(config-if)#switchport access vlan 10

Router1(config-if)#exit

3) Add a static route pointing to the default gateway (or the interface towards the gateway - Gig 1/0/2).

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card