Displaying the Current Configuration


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 {
        }
    }

Copyright © 2024 Pica8 Inc. All Rights Reserved.