Switching

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  how to see juniper full configurations?

    Posted 05-17-2021 12:29
    operational mode ">show configuration" or in configuraiton mode "show, show | display set" will provide configured 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,stp

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


  • 2.  RE: how to see juniper full configurations?

    Posted 05-18-2021 04:14
    Edited by FER 05-18-2021 04:14
    Not 100% sure there is something like that in JUNOS, but you can try "show configuration | display detail". As far as I can tell that is the maximum config you can see.

    HTH!

    ------------------------------
    FER
    ------------------------------



  • 3.  RE: how to see juniper full configurations?

    Posted 05-18-2021 05:37
    Hi,

    Please do show configuration | no-more. That display all the config.


    Thanks


  • 4.  RE: how to see juniper full configurations?

    Posted 05-18-2021 05:59
    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
    ------------------------------



  • 5.  RE: how to see juniper full configurations?

    Posted 05-18-2021 11:29

    Thanks for your reply, i am sharing cisco output.  I am searching like that. 

    show running-config all
     
    interface Ethernet1/1
      description With-SAR-2-Port-Ge-1/1/6
      lacp port-priority 32768
      lacp rate normal
      lldp transmit
      lldp receive
      no lldp tlv-set management-address 0.0.0.0
      no lldp tlv-set management-address ::
      no lldp tlv-set vlan
      cdp enable
      switchport
      switchport mode trunk
      no switchport monitor
      no switchport dot1q ethertype
      switchport access vlan 1
      switchport trunk native vlan 1
      no switchport vlan mapping enable
      switchport trunk allowed vlan 1-3,21-228,230-413,415-443,445-504,507-559,562-570,572-577,579-4094
      priority-flow-control mode auto
      spanning-tree port-priority 128
      spanning-tree cost auto
      spanning-tree link-type auto
      spanning-tree port type normal
      no spanning-tree bpduguard
      no spanning-tree bpdufilter
      speed 1000
      duplex auto
      fec auto
      flowcontrol receive off
      flowcontrol send off
      link debounce time 100
      no beacon
      mtu 1500
      delay 1
      snmp trap link-status
      negotiate auto
      logging event port link-status default
      logging event port trunk-status default
      storm-control broadcast level 100.00
      storm-control multicast level 100.00
      storm-control unicast level 100.00
      no storm-control action
      bandwidth 1000000
      no bandwidth inherit
      load-interval counter 1 30
      load-interval counter 2 300
      no load-interval counter 3
      no switchport block multicast
      no switchport block unicast
      no switchport mac-learn disable
      no shutdown lan
      no switchport autostate exclude
      channel-group 1
      no shutdown
     
     
    #####################################################
    show running-config 
     
    interface Ethernet1/1
      description With-SAR-2-Port-Ge-1/1/6
      switchport mode trunk
      switchport trunk allowed vlan 1-3,21-228,230-413,415-443,445-504,507-559,562-570,572-577,579-4094
      speed 1000
      channel-group 1


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



  • 6.  RE: how to see juniper full configurations?

    Posted 05-18-2021 08:06
    I know what your meaning. I had a hard time for a while to deal with this..  | display set is a comfortable way to start off .  
    Since Junos does not exclude things you will see it all.  If you do groups  you want to expand  those associated configs
    show int ge-0/0/0 | display set | display inheritance



  • 7.  RE: how to see juniper full configurations?

    Posted 05-18-2021 11:31

    Thanks for your reply, i am sharing cisco output.  I am searching like that. 

    show running-config all
     
    interface Ethernet1/1
      description With-SAR-2-Port-Ge-1/1/6
      lacp port-priority 32768
      lacp rate normal
      lldp transmit
      lldp receive
      no lldp tlv-set management-address 0.0.0.0
      no lldp tlv-set management-address ::
      no lldp tlv-set vlan
      cdp enable
      switchport
      switchport mode trunk
      no switchport monitor
      no switchport dot1q ethertype
      switchport access vlan 1
      switchport trunk native vlan 1
      no switchport vlan mapping enable
      switchport trunk allowed vlan 1-3,21-228,230-413,415-443,445-504,507-559,562-570,572-577,579-4094
      priority-flow-control mode auto
      spanning-tree port-priority 128
      spanning-tree cost auto
      spanning-tree link-type auto
      spanning-tree port type normal
      no spanning-tree bpduguard
      no spanning-tree bpdufilter
      speed 1000
      duplex auto
      fec auto
      flowcontrol receive off
      flowcontrol send off
      link debounce time 100
      no beacon
      mtu 1500
      delay 1
      snmp trap link-status
      negotiate auto
      logging event port link-status default
      logging event port trunk-status default
      storm-control broadcast level 100.00
      storm-control multicast level 100.00
      storm-control unicast level 100.00
      no storm-control action
      bandwidth 1000000
      no bandwidth inherit
      load-interval counter 1 30
      load-interval counter 2 300
      no load-interval counter 3
      no switchport block multicast
      no switchport block unicast
      no switchport mac-learn disable
      no shutdown lan
      no switchport autostate exclude
      channel-group 1
      no shutdown
     
     
    #####################################################
    show running-config 
     
    interface Ethernet1/1
      description With-SAR-2-Port-Ge-1/1/6
      switchport mode trunk
      switchport trunk allowed vlan 1-3,21-228,230-413,415-443,445-504,507-559,562-570,572-577,579-4094
      speed 1000
      channel-group 1


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



  • 8.  RE: how to see juniper full configurations?

    Posted 05-18-2021 11:42
    Have you tried this ? 

    @host# show groups junos-defaults  ​

    ------------------------------
    ANKUR
    ------------------------------