configuring NM-16ESW-1GIG Module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 12:03 AM - edited 03-06-2019 01:08 AM
I installed the above module on cisco 3745 router but when trying to config IP address for one of its interfaces I got the following error :
"IP addresses may not be configured on L2 links"
I tried to use no switchport but doesnt successfull.????
- Labels:
-
Other Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 12:23 AM
Hi
AFAIK you wont be able to configure any ip address on the L2 ports , the ports are very much like any other normal L2 switch ports and you wont be able to configure individual ip address to them. Instead you can confiugre SVI(Switched Virtual Interface) vlan interfaces with ip address and make the ports as a member of those vlans.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 03:33 AM
I tried to configure vlan 2 but didt succeed..following the configs:
int vlan 2
ip address x.x.x.x netmask
int f1/1
switchport mode access
switchport access vlan 2
the interface stat waas up up but the vlan stat was up down???
any suggestion??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 07:11 AM
Did you create the layer 2 vlan in the vlan database ? At the prompt type vlan database and enter vlan 2 then exit .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2008 10:11 PM
thanks glen.grant
I have tried this and it was successsfull
