[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring DLSw Ethernet Redundancy Using LLC2 Properties

DLSw is a means of tunneling SNA and NetBIOS traffic over IP networks. To achieve fault tolerance and load sharing, you can configure Ethernet redundancy and deploy multiple DLSw routers on the same LAN segment. These redundant routers provide alternate paths to the destinations and avoid a single point of failure.

When you configure DLSw Ethernet redundancy on a LAN segment, a master router is selected from a group of DLSw neighbors. The master router establishes the circuits.

To configure DLSw Ethernet redundancy, include the redundancy-group statement and define redundancy group options:

llc2 {
redundancy-group group-number {
advertise-interval seconds;
map {
local-mac mac-address remote-mac mac-address;
preempt hold-time seconds;
no-preempt;
priority priority;
track {
dlsw {
destination mac-address priority-cost priority;
peer ip-address priority-cost priority;
}
interface interface-name priority-cost priority;
}
}
}
}
}

You can include these statement at the following hierarchy levels:

You can configure the following redundancy options:


[Contents] [Prev] [Next] [Index] [Report an Error]