Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

In L2/L3, non-default configuration can be displayed with the show commands. The command show all displays the default value of the current configuration. Default configurations are shown in the pica_default.boot file. The command show running-config displays the configuration active on the system.

admin@XorPlus# show 
vlans {
vlan-id 200 {
}
}
admin@XorPlus#
admin@XorPlus# show all
vlans {
vlan-id 200 {
description: ""
vlan-name: "default"
l3-interface: ""
}
}
admin@XorPlus> show running-config 
    vlans {
        vlan-id 200 {
        }
    }
  • No labels