show running-config
Syntax
show running-config [bgp | interface | ospf | ospfv3 |
spanning-tree | vrrp | vsx-sync [peer-diff]] [vsx-peer]
show running-config json [bgp | interface | ospf | ospfv3 |
spanning-tree | vrrp | vsx-sync [peer-diff]]
Description
Shows the current nondefault configuration running on the switch. No user information is displayed.
Command context
Manager (#
)
Parameters
json
Shows the output in json format.
bgp
Shows the running BGP configuration.
interface
Shows the interface information, including VSX.
ospf
Shows the OSPFv2 information.
ospfv3
Shows the OSPFv3 information.
spanning-tree
Shows the
spanning-tree
configuration.vrrp
Shows the VRRP information.
vsx-sync [peer-diff]
Shows whether VSX configuration synchronization is enabled. The parameter
peer-diff
shows which lines did not sync from primary to secondary. The command with this parameter can be run from the primary or secondary peer.[vsx-peer]
Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.
Authority
Administrators
Examples
Showing the current running configuration:
switch> show running-config Current configuration: ! !Version Halon 0.1.0 (Build: ridley-Halon-0.1.0-master-20170207065306-dev) !Schema version 0.1.8 lldp enable linecard-module LC1 part-number JL363A vrf green ! ! ! ! ! ! aaa authentication login default local aaa authorization commands default none ! ! ! ! router ospf 1 vrf green area 0.0.0.0 router pim vrf green enable rp-address 30.0.0.4 vlan 1 no shutdown vlan 20 no shutdown vlan 30 no shutdown interface 1/1/1 no shutdown no routing vlan access 30 interface 1/1/32 no shutdown no routing vlan access 20 interface bridge_normal-1 no shutdown interface bridge_normal-2 no shutdown interface vlan20 no shutdown vrf attach green ip address 20.0.0.44/24 ip ospf 1 area 0.0.0.0 ip pim-sparse enable interface vlan30 no shutdown vrf attach green ip address 30.0.0.44/24 ip ospf 1 area 0.0.0.0 ip pim-sparse enable ip pim-sparse hello-interval 100
Showing the current running configuration in json format:
switch> show running-config json Running-configuration in JSON: { "Monitoring_Policy_Script": { "system_resource_monitor_mm1.1.0": { "Monitoring_Policy_Instance": { "system_resource_monitor_mm1.1.0/system_resource_monitor_mm1.1.0.default": { "name": "system_resource_monitor_mm1.1.0.default", "origin": "system", "parameters_values": { "long_term_high_threshold": "70", "long_term_normal_threshold": "60", "long_term_time_period": "480", "medium_term_high_threshold": "80", "medium_term_normal_threshold": "60", "medium_term_time_period": "120", "short_term_high_threshold": "90", "short_term_normal_threshold": "80", "short_term_time_period": "5" } } }, ... ... ... ...