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

Not able to see HSRP config option for HWIC-4ESW

gajanangavli
Level 1
Level 1

Hi All,

I have 3945 router using the HWIC-4ESW module.I am not able to see the HSRP configuration commands under these interface.Does this module support HSRP ? If yes , do i need upgrade the IOS of router.

Thanks & Regards

1 Reply 1

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Hi Gaja,

The ports on the HWIC will always be layer2 switchports (all assigned to VLAN1 by default).

What you can then do, is create a vlan1 interface where you can configure all the layer 3 informations (ip address, HSRP, etc).

Later on, if you need to have another port on that module in a different subnet, you just create an additional layer2 vlan in the vlan database, then configure the port to be in that vlan. After than you can create a Layer3 VLAN interface for that new VLAN.

Here's an example with VLAN2:

Router#vlan database

router(vlan)#vlan 2    (create vlan2)

VLAN 2 added:

    Name: VLAN0002

router(vlan)#exit

APPLY completed.

Exiting....

Router# sh vlan-switch -> will show active layer2 vlans

Router#conf t

Router(config)#int fa0/0/1

Router(config-if)#switchport  access vlan 2

Router(config-if)#no shut

Router(config)# interface Vlan2

Router(config-if)# ip address x.x.x.x y.y.y.y

Router(config-if)#no shut

Router(config)#end

Router#wr

HTH

Regards

Inayath

*Plz rate all usefull posts.

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