09-12-2024 08:55 PM - last edited on 09-12-2024 09:00 PM by Yanli Sun
The ISR4451 router is based on the XE system, and it is not possible to configure a bridge group under the interface in this system. I have found the configuration related to the bridge domain based on the XE system (only related to Ethernet interfaces). Currently, I have successfully configured the bridge domain under the Ethernet interface, but how do I add the corresponding bridge domain under the E1 interface? I really can't find the relevant commands. Seeking guidance from experts!!!
Solved! Go to Solution.
09-13-2024 05:53 PM
We used the previous model 2811 router is the IOS system platform, can be configured under the EI interface Bridge-Group group, but also can realize the function;
ISR4451 is based on IOS XE platform, can we downgrade the system to IOS system to achieve? Is that OK?
09-13-2024 08:21 AM
Hello ,
you cannot bridge between an ethernet interface and a sync serial E1 interface.
it is possible to bridge between serial interfaces using the same encapsulation but not between LAN and serial
Between LAN and serial you need to route routable traffic like IPv4.
Hope to help
Giuseppe
09-13-2024 05:53 PM
We used the previous model 2811 router is the IOS system platform, can be configured under the EI interface Bridge-Group group, but also can realize the function;
ISR4451 is based on IOS XE platform, can we downgrade the system to IOS system to achieve? Is that OK?
09-14-2024 07:27 AM - edited 09-14-2024 07:35 AM
Hello,
you cannot downgrade the ISR 4451 to use old IOS images, the router works only with IOS XE.
And yes the bridge-groups in IOS was different .
Now in IOS XE we have bridge domains and BDIs as Layer3 interfaces .
As an alternative to provide a L2 point to service transport service between two routers over an IP routed internetwork you can use L2TPv3
see the following chapter of configuration guide
there are some licensing requirements for using the feature.
Smart licensing has been introduced in IOS XE 16.10 and later so your router may use smart licensing.
Hope to help
Giuseppe
09-19-2024 01:23 AM
Hello, here is the network topology diagram. The control devices and protection devices of our two stations communicate with each other, and do not interfere with each other. And they send and receive data to each other through UDP broadcast.
The internal interfaces of the two routers are divided into two bridge domains for the control device and the protection device respectively, and the external two EI interfaces adopt the L2TPV3 channel mode. Is this feasible?
If so, how do I correlate two bridge domains with two L2TPV3 channels one by one?
09-19-2024 03:34 AM
Hello,
>> If so, how do I correlate two bridge domains with two L2TPV3 channels one by one?
yes you will use two different subinterfaces that use a different VLAN ID for each L2TPv3 xconnect
Hope to help
Giuseppe
09-25-2024 02:04 AM
Hello, I don't understand. Are the two different sub-interfaces that you're talking about: Serial0/0/0:0 and Serial0/1/0:0? Which scenario example of a link is used in this way? How are two L2TPV3 channels associated with two bridge domains, and is there a corresponding configuration script? Please!
09-25-2024 03:54 AM
Under each router two groups of interfaces are directly connected to the terminal equipment, the interfaces are all three-layer interfaces, does not support the division into two-layer interfaces;
And the bridge domain joined under each set of interfaces is encapsulation untagged without VLAN Related Information; Configure L2TPV3 in the direction of both routers and, as you say, cannot encapsulation under both subinterfaces port-channel vlan ID, so it is impossible to distinguish whether two bridge domains are bound to two L2TPV3 channels;
How can I distinguish between two bridge domains bound to two L2TPV3 channels for this scenario?
09-25-2024 09:02 AM
Hello ,
I'm referring to something like the following:
int gi0/0.20
enc dot1q 20
xconnect <peer-address> encapsulation l2tpv3 1020 pw-class pippo
and so on each subif will use a different VC ID like 1010 , 1020 and so on this allows to the remote peer to understand where to deliver received frames ( because they travel untagged within the payload of L2TPv3 packet)
see
The serial interfaces need to be reconfigured with an IP addres they are not part of the xconnect , the xconnect is configured on the LAN side under a physical ge interface in my example I used gi0/0 in your case use the name of the gigainterface you are going to use to connect to the VLANs to be carried on L2TPv3.
the subinterfaces with the xconnect command cannot have an IP address on it.
Hope to help
Giuseppe
09-26-2024 04:03 AM
Hello, for the attached network topology diagram, if my router two groups of internal network ports are joined by two bridge domains. As you say, you need to configure xconnect-related commands under the router's intranet interfaces, but they are all three-layer interfaces and do not support layer-two switching.
So, how do I configure two serial ports of my router, two routers are connected through two serial ports. Each serial port channel needs to pass the data of the terminal equipment under two bridge domains.
Can you give me a complete configuration script for my network topology diagram, thank you!
09-19-2024 01:26 AM
network topology diagram
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