Routing

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.

Subscriber (demux) interface

  • 1.  Subscriber (demux) interface

    Posted 05-29-2021 07:52
    Hello;
    I think to create a "dynamic demux interface" we need to use the following method. 

    dynamic-profiles {
      MY_PROFILE;
        demux0 {
          unit $junos-interface-unit {
            demux-options {
              underlying-interface $junos-underlying-interface;
            }
            family inet {
              demux-source {
                $junos-subscriber-ip-address;
              }
              unnumbered-address lo0.0 preferred-source-address 10.1.2.3;
            }
          }

    So  If we use "auto-configure" command under an interface, then should we call this a "dynamic demux interface" or it is still a static method of creating subscriber interface that uses variables?

    interface ge0/0/0

        stacked-vlan-tagging

        auto-configure
    ...


    And to which interface does the "unnumbered interface" command in the first code above refer? (lo0.0 or dynamic demux )?

    ------------------------------
    TAYMAZ MOHSENZADEH
    ------------------------------