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

HWIC-2FE vs HWIC-EWS

vicky.dhas
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Peter Paluch
Cisco Employee
Cisco Employee

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:


http://www.cisco.com/en/US/docs/routers/access/interfaces/ic/hardware/installation/guide/fe_hwic.html

http://www.cisco.com/en/US/prod/collateral/routers/ps5853/product_data_sheet0900aecd8016bf0b_ps5855_Products_Data_Sheet.html

Best regards,

Peter

View solution in original post

2 Replies 2

Peter Paluch
Cisco Employee
Cisco Employee

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:


http://www.cisco.com/en/US/docs/routers/access/interfaces/ic/hardware/installation/guide/fe_hwic.html

http://www.cisco.com/en/US/prod/collateral/routers/ps5853/product_data_sheet0900aecd8016bf0b_ps5855_Products_Data_Sheet.html

Best regards,

Peter

Thanks a lot Peter

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