Hi,
Can any one tell me what configuration I need to do at switch in order to configure APA in FEC-Auto mode. I am using a CISCO Catalyst 4000. I got 2 ethernet cards in my system and I want to configure both in same aggregation.
Thanks in adv
Rajesh
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click
here
in my hp_apaconf
HP_APA_INTERFACE_NAME[0]=lan100
HP_APA_LOAD_BALANCE_MODE[0]=LB_CPU
HP_APA_GROUP_CAPABILITY[0]=5
HP_APA_HOT_STANDBY[0]=off
HP_APA_MANUAL_LA[0]=1,3
#
#
#####################################################################
###########################################################################
# The HP_APA_INIT_ARGS are reserved by HP. They are NOT user changable.
HP_APA_START_LA_PPA=100
HP_APA_INIT_ARGS="HP_APA_LOAD_BALANCE_MODE HP_APA_GROUP_CAPABILITY HP_APA_HOT_STANDBY HP_APA_MANUAL_LA HP_APA_IN
IT HP_APA_KEY"
###########################################################################
# The HP_APAPORT_INIT_ARGS are reserved by HP. They are NOT user changable.
If your NIC is 10/100 the switch must be set to explicit speed and duplex settings. You may also want to hard code your settings in /etc/rc.config.d/hpbtlanconf same basic format as the prior answer.
If your card has 1000 BaseT ports, then you will need to have everything autonegotiate all the way through.
As far as port settings, the switch can handle two ports with the same IP address, see the Cisco switch administrator for how to do that.
You need to identify what ports on your switch the FEC links will use.
Then you need to designate the two interfaces as a type 'Trunk'. (Use a trunk # not already used, the actual number is not important as long as it is unique) then set the trunk type to FEC.
That should be all you need to do on the switch side.
(Hopefully you have a model with a menu interface otherwise you will need to dig out all the commands to enter configuration mode, select the interfaces one at a time and set their trunk and type settings)
PS. Dont forget to save the configuration after you change it or it will be lost when you reboot the switch.