IP demultiplexing (demux) interfaces are logical interfaces that share a common, underlying logical interface. The demux interfaces use the IP source or destination address to demultiplex received packets when the subscriber is not uniquely identified by a Layer 2 circuit.
To configure a demux interface, include the following statements at the [edit interfaces] hierarchy level:
- [edit interfaces]
-
interface-name {
-
- unit logical-unit-number {
- ... logical-interface-configuration ...
- }
- }
- demux0 {
-
-
unit logical-unit-number {
-
-
demux-options {
-
underlying-interface interface-name;
- }
-
-
family family {
-
-
demux-destination {
-
destination-prefix;
- }
-
-
demux-source {
-
source-prefix;
- }
-
mac-validate (loose
| strict)
- unnumbered-address interface-name <preferred-source-address address>;
- }
- }
- }
Keep the following guidelines in mind when configuring the demux interface:
![]() |
Note: IP demux interfaces currently support only Gigabit Ethernet, Fast Ethernet, 10-Gigabit Ethernet, and aggregated Ethernet underlying interfaces. |