05-10-2016 06:32 AM - edited 03-05-2019 03:59 AM
Hi,
with ISR29xx we were used to using such configuration:
With ISR4000 we found that it is not possible to use bridge-group command any more.
I found that for ethernet interfaces it is possible to use EVC feature with 'interface BDI' command. But it works with ethernet interfaces only.
Is there any new syntax how to use old bridge-group on IOS-XE?
Thank you for any advice.
05-10-2017 05:27 AM
Hello,
in meantime I found solution for our case...
What I missed in my original description is that other side of PPP connection is modem/bridge with PPP (patton modem in our case). This modem is capable PPP half-bridge feature.
To interface with such modem we use configuration above on ISR 29xx. In other words, there is the only one interface in bridge group (int serial 0/0/0:0) and it allows ISR to cooperate with PPP half-bridge device.
We found that on ISR4xxx, you don't have to use bridge group to make it running:
interface Serial0/1/0:0
ip address 10.2.0.1 255.255.255.248
encapsulation ppp
ppp bridge ip
Sincerely yours,
Jirka Novak
05-10-2017 08:08 AM
thanks for sharing it.
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