05-24-2013 01:58 PM - edited 03-04-2019 08:00 PM
Dear Cisco community,
I can't configure SGBP (Stack Group Bidding Protocol) with 2 routers. the topology is simple:
ROUTER1------int F0/0------------int F0/0-----ROUTER2
ROUTER1 configuration:
aaa new-model
username mystack password cisco
hostname ROUTER1
sgbp group mystack
sgbp member ROUTER2 10.1.1.2
sgbp ppp-forward
int F0/0
ip address 10.1.1.1 255.255.255.0
ROUTER2 configuration:
aaa new-model
username mystack password cisco
hostname ROUTER2
sgbp group mystack
sgbp member ROUTER1 10.1.1.1
int F0/0
ip address 10.1.1.2 255.255.255.0
I keep getting this ugly message: ( %SGBP-3-INVALIDADDR: Stack group mystack IP address 10.1.1.1 ) on ROUTER2
Someone can help please.
Thank you.
Mohamed Nidhal Beyrem Jaziri
CCIE Routing & Switching 38232
Tunisia
Solved! Go to Solution.
05-25-2013 10:56 AM
Hello Giuseppe
Thank for your reply , I am a fan of your posts but I think that I posted in the right forum because SGBP is a part of Multichassis Multilink PPP (MMP) which is related to VPDN and L2TP technologies. I resolved the problem when I linked the routers with a serial link instead of an Ethernet link. I've got the active state between the 2 routers and everything is alright now. Thank you very much.
Mohamed Nidhal Beyrem Jaziri
CCIE Routing & Switching 38232
05-25-2013 08:10 AM
Hello Mohamed,
because this is a VOIP related topic you should post it under unified communications > IP Telephony or Service Providers > VOIP in order to get better help. Here only Paolo Bevilaqua could be helpful.
note: there is an option to move the thread to another forum
Best Regards
Giuseppe
05-25-2013 10:56 AM
Hello Giuseppe
Thank for your reply , I am a fan of your posts but I think that I posted in the right forum because SGBP is a part of Multichassis Multilink PPP (MMP) which is related to VPDN and L2TP technologies. I resolved the problem when I linked the routers with a serial link instead of an Ethernet link. I've got the active state between the 2 routers and everything is alright now. Thank you very much.
Mohamed Nidhal Beyrem Jaziri
CCIE Routing & Switching 38232
10-16-2014 10:19 AM
Hi Hammoudatunisia,
May I have the details on how you solve it?
I'm getting the problem, and I've tried direct Serial Connection.
Same issue.
Please help.
10-16-2014 05:14 PM
Okay, I've found the cause of the issue.
A few points:
In my case, my GNS3 Routers gave me the following BIA MAC Address:
R1 (bia cc00.b22c.0010) - Ref Number Generated: 0xB22C0010
R2 (bia cc01.b22c.0010) - Ref Number Generated: 0xB22C0010
Both R1 & R2 got the same Ref Number, and therefore the error appeared.
Solution 1:
Use a Router model where all modules are removable.
Since Serial Interfaces do not have BIA MAC Addresses, use Serial Interface Modules ONLY.
When the group is created, the following happens:
R1(config)#sgbp group SGBP
ref is 4400000
SGBP Doesn't find a bia to use as reference, self generate one
The self generated one will be random, and it will be usable.
Solution 2:
Use a Router model where all modules are removable.
R1, place FE Module in slot 0 only
R2, place FE Module in slot 1 only
R1 Fa0/0 (bia cc00.e3f8.0000) - Ref Number Generated: 0xE3F80000
R2 Fa1/0 (bia cc01.e3f8.0010) - Ref Number Generated: 0xE3F80010
Solution 3:
Use 2 different model of Routers to run the SGBP.
This will give different BIA MAC Address for the last 8 digits.
05-25-2013 10:12 AM
SGBP is part of Multichassis Multilink PPP so you've posted it in the right forum. This appears to be a bug but i can only confirm once you provide 'show ver' from the router. Also both the router are running the same IOS?
Regards,
Subeh
05-25-2013 10:57 AM
Thank you my friend, you're right.
Mohamed Nidhal Beyrem Jaziri
CCIE Routing & Switching 38232
05-25-2013 11:01 AM
Hello Mohamed,
I was sure you could solve it by yourself, even if I didn't know much about you ...
Best Regards
Giuseppe
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