This command displays the content of text-based configuration files from the CLI. The text-based configuration files startup- config, backup-config and factory-defaults) are saved compressed in flash. With this command, the files are decompressed while displaying their content.
| Format | show { startup-config | backup-config | factory-defaults } |
| Mode | Privileged EXEC |
| Parameter | Description |
|---|---|
| startup-config | Display the content of the startup-config file. |
| backup-config | Display the content of the backup-config file. |
| factory-defaults | Display the content of the factory-defaults file. |
Example: The following shows example CLI display output for the command using the startup-config parameter.
(Routing) #show startup-config !Current Configuration: ! !System Description "Quanta LB6M, 8.1.14.41, Linux 2.6.27.47, U-Boot 2009.06 (Apr 19 2011 - 15:57:06)" !System Software Version "8.1.14.41" !System Up Time "0 days 0 hrs 48 mins 19 secs" !Cut-through mode is configured as disabled !Additional Packages BGP-4,QOS,IPv6,IPv6 Management,Routing !Current SNTP Synchronized Time: Not Synchronized ! vlan database vlan 10 exit configure ipv6 router ospf exit line console exit line telnet exit line ssh exit ! --More-- or (q)uit interface 0/1 description 'intf1' exit router ospf exit exit
Example: The following shows example CLI display output for the command using the backup-config parameter.
(Routing) #show backup-config !Current Configuration: ! !System Description "Quanta LB6M, 8.1.14.41, Linux 2.6.27.47, U-Boot 2009.06 (Apr 19 2011 - 15:57:06)" !System Software Version "8.1.14.41" !System Up Time "0 days 0 hrs 48 mins 19 secs" !Cut-through mode is configured as disabled !Additional Packages BGP-4,QOS,IPv6,IPv6 Management,Routing !Current SNTP Synchronized Time: Not Synchronized ! vlan database vlan 10 exit configure ipv6 router ospf exit line console exit line telnet exit line ssh exit ! --More-- or (q)uit interface 0/1 description 'intf1' exit router ospf exit exit
Example: The following shows example CLI display output for the command using the factory-defaults parameter.
(Routing) #show factory-defaults !Current Configuration: ! !System Description "Quanta LB6M, 8.1.14.41, Linux 2.6.27.47, U-Boot 2009.06 (Apr 19 2011 - 15:57:06)" !System Software Version "8.1.14.41" !System Up Time "0 days 0 hrs 48 mins 19 secs" !Cut-through mode is configured as disabled !Additional Packages BGP-4,QOS,IPv6,IPv6 Management,Routing !Current SNTP Synchronized Time: Not Synchronized ! vlan database vlan 10 exit configure ipv6 router ospf exit line console exit line telnet exit line ssh exit ! --More-- or (q)uit interface 0/1 description 'intf1' exit router ospf exit exit