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

Configuring IP Demux Prefixes

You configure demux prefixes for use by the underlying interface. The demux prefixes can represent individual hosts or networks. For a given demux interface unit, you can configure either demux source or demux destination prefixes but not both. You can choose not to configure a demux source or demux destination prefix. This type of configuration results in a transmit-only interface.

To configure IP demux prefixes, include the demux-destination (demux interface) statement or the demux-source (demux interface) statement:

interfaces {
demux0 {
unit logical-unit-number {
family family;
demux-destination {
destination-prefix;
}
}
family family;
demux-source {
source-prefix;
}
}
}
}
}

You can include these statements at the following hierarchy levels:


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