Routing

last person joined: yesterday 

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.
  • 1.  VPLS pseudowires with dynamic profiles

    Posted 08-13-2014 10:54

    Hi,

     

    I am trying to configure VPLS pseudowires with dynamic profiles as explained in the following Juniper guide:

    http://www.juniper.net/techpubs/en_US/junos12.1/information-products/topic-collections/nce/vpls-dynamic-profile-configuring/vpls-dynamic-profile-configuring.pdf

     

     

    My issue is that I don't have the keyword access-profile.

     

    # set routing-instances VS protocols vpls neighbor 10.3.0.2 ?  
    Possible completions:
      <[Enter]>            Execute this command
    + apply-groups         Groups from which to inherit configuration data
    + apply-groups-except  Don't inherit configuration data from these groups
    > backup-neighbor      Configuration of redundant l2circuit
      community            Community associated with this neighbor
      connection-protection  End-2-end protection via OAM failure detection
      encapsulation-type   Encapsulation type for VPN
      ignore-encapsulation-mismatch  Allow different encapsulation types on local and remote end
    > oam                  OAM Configuration for VPN
      pseudowire-status-tlv  Send pseudowire status TLV
      psn-tunnel-endpoint  Endpoint of the transport tunnel on the remote PE
      revert-time          Enable pseudowire redundancy reversion (seconds) (0..600 seconds)
    > static               Configuration of static vpls
      switchover-delay     Pseudowire switchover delay  (0..180000 milliseconds)
      |                    Pipe through a command

     

     

    Does anybody here knows some restriction which might prevent me from using that keyword?

     

     

    My test platform:

    Model: mx960
    Junos: 13.3R1.8

     

     



  • 2.  RE: VPLS pseudowires with dynamic profiles

    Posted 08-14-2014 03:51

    Hello,

    Looks like a bug to me because "associate-profile" knob is there in JUNOS 12.3R7 :

     

    [edit]
    aarseniev@mx80# run show version                                               
    Aug 14 12:46:31
    Hostname: mx80
    Model: mx80-48t
    JUNOS Base OS boot [12.3R7.7]
    JUNOS Base OS Software Suite [12.3R7.7]
    JUNOS Kernel Software Suite [12.3R7.7]
    JUNOS Crypto Software Suite [12.3R7.7]
    JUNOS Packet Forwarding Engine Support (MX80) [12.3R7.7]
    JUNOS Online Documentation [12.3R7.7]
    JUNOS Routing Software Suite [12.3R7.7]
    
    [edit]
    aarseniev@mx80# set routing-instances VPLS protocols vpls neighbor 10.3.0.2 ?
    Aug 14 12:46:45
    Possible completions:
      <[Enter]>            Execute this command
    + apply-groups         Groups from which to inherit configuration data
    + apply-groups-except  Don't inherit configuration data from these groups
    > associate-profile    Associate profile options for dynamic IFL
    <skip>
    

     

    and 13.3R3 too:

     

    --- JUNOS 13.3R3.4 built 2014-07-11 06:59:08 UTC
    aarseniev@MX480-re0> show version 
    Hostname: MX480-re0
    Model: mx480
    Junos: 13.3R3.4
    JUNOS Base OS boot [13.3R3.4]
    <skip>
    [edit]
    aarseniev@MX480-re0# set routing-instances VPLS protocols vpls neighbor 10.3.0.2 ?
    Possible completions:
      <[Enter]>            Execute this command
    + apply-groups         Groups from which to inherit configuration data
    + apply-groups-except  Don't inherit configuration data from these groups
    > associate-profile    Associate profile options for dynamic IFL
    <skip>
    

     

    Please open a JTAC case.

    HTH

    Thanks
    Alex



  • 3.  RE: VPLS pseudowires with dynamic profiles
    Best Answer

    Posted 08-21-2014 03:45

    It turned out I was using logical-systems for my tests and dynamic profiles are apparently not available in a logical system.

    Testing outside a logical system fixed my problem.