05-19-2011 12:22 PM - edited 03-04-2019 12:27 PM
Hi
I had a question regarding the Cisco 2811. I tried fitting an NM 2FE-2W card and the fastethernet interfaces of the module never get recognised. Is there a special command to enable it or isn't the module supported at all by the router. If not , is there a way to have the router possess more than the 2 Fastethernet interfaces it already has? Let me know if any more info is needed from my end.
Another question I have out of curiousity. Is it possible to make the controller T1 port of a VWIC 1MFT-T1 or a VWIC 2MFT-T1 act as a fastethernet. Sounds a bit silly but just wanted to know
Thanks
Mukundh
Solved! Go to Solution.
05-19-2011 02:32 PM
you'll need HWIC-4ESW. WIC-4ESW is old and won't work on 2800
05-19-2011 12:26 PM
You need one of these:
- HWIC-1FE or HWIC-2FE. These are true routed ports supporting the same features as the onboard ethernet ports.
- HWIC-4ESW or HWIC-D-9ESW (double width). These are switched ports. You can create Layer 3 VLAN SVI interfaces and use them as normal routed ports, but some features won't be supported. The most important is you can't do shaping on them.
No, you can't make T1 port into Ethernet Good try though!
05-19-2011 12:32 PM
Thanks for letting me know Roman
But just to know for sure, is there no way an NM 2FE 2W will work on a cisco 2811 ? the problem I have to ship a 2811 router with 4 Fastethernet ports today
05-19-2011 12:36 PM
nope, sorry you can see the list of supported modules here: http://www.cisco.com/en/US/products/ps5854/products_relevant_interfaces_and_modules.html
by the way, can you use ethernet subinterfaces and vlans on a switch?
05-19-2011 01:01 PM
Hi Roman
I just finished ordering some HWIC 2FE modules.
I am not sure what you were asking regarding VLANs and subinterfaces.I have created ethernet subinterfaces for lower 2600 routers but I believe for a switch you should be to create VLANS and subinterfaces.
05-19-2011 01:04 PM
Yes, that's what I meant. If you have switches, you could create vlans and trunk them to a single interface on 2811 and configure subinterfaces. There are obviously downsides to that approach.
05-19-2011 01:25 PM
Yes, what you say is true, but customer requirement is to have a single device with 4 ports..sounds a bit odd, I got this request today morning and am forced to ship out by night or early tomorrow morning. I could only give suggestions but it is ultimately what the big wigs decide
05-19-2011 01:26 PM
Understood, although I've never seen "big wigs" who know what a subinterface is
05-19-2011 01:31 PM
Ha Ha thats right,, the way everything works here is really wierd. they blindly go by what the customer wants
05-19-2011 01:30 PM
Another question I have is how I can use HWIC-4ESW on the cisco 2811. Lets say I have installed them, and I see the fastethernet ports in the sh version and sh ip interface brief outputs. Do I just configure them as in any other router as follows-
interface fa0/1
ip address 1.1.1.1 255.255.255.0
speed auto
duplex auto
no shut
Or is thereany special way of configuring it?
Thanks
Mukundh
05-19-2011 01:36 PM
No, you configure them as switchports with VLANs and Layer 3 SVIs. Examples:
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t8/feature/guide/esw_cfg.html#wp1051418
that whole document is good to look through
05-19-2011 02:05 PM
Thanks Roman
If I am correct, this portion of the document fulfils my requirement
The following example shows how to configure inter-VLAN routing:
Router#vlan database
Router(vlan)#vlan 1
Router(vlan)#vlan 2
Router(vlan)#exit
Router#configure terminal
Router(config)#interface vlan 1
Router(config-if)#ip address 1.1.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#interface vlan 2
Roouter(config-if)#ip address 2.2.2.2 255.255.255.0
Router(config-if)#no shut
Router(config-if)#interface FastEthernet 0/1/0
Router(config-if)#switchport access vlan 1
Router(config-if)#interface Fast Ethernet 0/1/1
Router(config-if)#switchport access vlan 2
Router(config-if)#exit
05-19-2011 02:08 PM
That's correct, good luck
05-19-2011 02:13 PM
Thanks a lot Roman . Your help has been invaluable. Else I would have had to do a lot of searching for this.
Mukundh
05-19-2011 02:26 PM
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