07-09-2010 02:24 AM - edited 03-04-2019 09:00 AM
Hi Friends,
I want to have router with 2 WAN Ethernet Interface for my MPLS connectivity.HWIC-2FE seems to be very expensive when one of my friend suggested that we can use HWIC-EWS instead of expensive HWIC-2FE.Can you please answer my below queries.
What are the difference between these moduleincludinding advantage/disadvanage
any difference in configuring them as WAN ethernet port
thanks in advance
Solved! Go to Solution.
07-10-2010 09:41 AM
Vicky,
You probably meant the HWIC-4ESW module. I believe that for your purposes, there is no significant disadvantage or advantage in using either of these modules. The HWIC-2FE provides you with two router FastEthernet ports. The HWIC-4ESW provides you with a 4-port Layer2 switch whose individual ports can be assigned to different VLANs and routed between. So in essence, what you need can be accomplished with both.
The configuration will be somewhat different because the HWIC-2FE ports are configured just like other built-in ports on your router with IP addresses and so on. The ports on the HWIC-4ESW are assigned into VLANs and for these VLANs, a virtual interface is created that behaves as a routed interface that connects the appropriate VLAN to the router.
For example:
! HWIC-2FE:
interface Fa0/1/0
ip address 192.0.2.1 255.255.255.0
ip nat outside
! Whatever other configuration is necessary
no shutdown
! HWIC-4ESW:
interface Fa0/1/0
switchport mode access
switchport access vlan 1
interface Vlan 1
ip address 192.0.2.1 255.255.255.0
ip nat outside
! Whatever other configuration is necessary
no shutdown
You may want to read these two datasheets for technical information:
Best regards,
Peter
07-10-2010 09:41 AM
Vicky,
You probably meant the HWIC-4ESW module. I believe that for your purposes, there is no significant disadvantage or advantage in using either of these modules. The HWIC-2FE provides you with two router FastEthernet ports. The HWIC-4ESW provides you with a 4-port Layer2 switch whose individual ports can be assigned to different VLANs and routed between. So in essence, what you need can be accomplished with both.
The configuration will be somewhat different because the HWIC-2FE ports are configured just like other built-in ports on your router with IP addresses and so on. The ports on the HWIC-4ESW are assigned into VLANs and for these VLANs, a virtual interface is created that behaves as a routed interface that connects the appropriate VLAN to the router.
For example:
! HWIC-2FE:
interface Fa0/1/0
ip address 192.0.2.1 255.255.255.0
ip nat outside
! Whatever other configuration is necessary
no shutdown
! HWIC-4ESW:
interface Fa0/1/0
switchport mode access
switchport access vlan 1
interface Vlan 1
ip address 192.0.2.1 255.255.255.0
ip nat outside
! Whatever other configuration is necessary
no shutdown
You may want to read these two datasheets for technical information:
Best regards,
Peter
07-14-2010 02:45 AM
Thanks a lot Peter
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