MR::equivalent_transport¶
Description¶
This command gets or sets the transport that is usable as an
equivalent transport.
Syntax¶
MR::equivalent_transport
MR::equivalent_transport none
MR::equivalent_transport < virtual <VIRTUAL_SERVER_OBJ> | config <TRANSPORT_CONFIG> >
MR::equivalent_transport
- Gets the transport that is usable as an equivalent transport.
MR::equivalent_transport none
- Resets the transport that is usable as an equivalent transport.
MR::equivalent_transport < virtual | config >
- Gets or sets the transport that is usable as an equivalent transport. The equivalent transport may be used as an alternate when selecting a subsequent connection to the device the current connections communicates with. ===Examples===
when CLIENT_ACCEPTED {
MR::equivalent_transport config /Common/inbound_tc
}