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.
  • 1.  how to see juniper full configurations(default or hidden)?

    Posted 05-17-2021 12:40
    operational mode ">show configuration" or in configuraiton mode "show, show | display set" will provide committed configuration. I want to see juniper's default settings/configurations like cisco "show running-config all". Basically need to see juniper's default configurations like ddos,bgp,ldp. 


    ------------------------------
    UJJAL BS
    ------------------------------


  • 2.  RE: how to see juniper full configurations(default or hidden)?

    Posted 05-18-2021 05:55
    Note that using "display set" is not the normal configuration view but the commands to create configuration.  This view removes notes and information that is included in standard view of simple
    show configuration

    The settings I think you are referring to that you want to see are in a hidden not changeable group called junos-defaults described in this documentation.

    https://www.juniper.net/documentation/us/en/software/junos/cli/topics/topic-map/configuration-groups-usage.html

    To see how groups are applied in a configuration you use
    show configuration | display inheritance

    But I'm not positive if the junos-defaults is included in this.

    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP)
    http://puluka.com/home
    ------------------------------



  • 3.  RE: how to see juniper full configurations(default or hidden)?

    Posted 08-02-2021 07:01
    Use the junos-defaults group for this, this can be seen as show configuration groups junos-defaults.

    Elvin