Closed
Description
Description
bgp is not supported on the Supervisor, when executes "show runningconfiguration all" command, it fails with the below error
admin@Supervisor:~$ show runningconfiguration all
Error response from daemon: Container bdd6948eb4a1b76c923a345f0e5642cbfd0c0ad99f0ab72dd410f0ceaf02a706 is not running
Steps to reproduce the issue:
- Execute CLI command "show runningconfiguration all" on Supervisor. The following error is shown
admin@Supervisor:~$ show runningconfiguration all
Error response from daemon: Container bdd6948eb4a1b76c923a345f0e5642cbfd0c0ad99f0ab72dd410f0ceaf02a706 is not running
Describe the results you received:
The error output as below:
admin@Supervisor:~$ show runningconfiguration all
Error response from daemon: Container bdd6948eb4a1b76c923a345f0e5642cbfd0c0ad99f0ab72dd410f0ceaf02a706 is not running
Describe the results you expected:
The below output is expected:
admin@ixre-cpm-chassis15:~$ show runningconfiguration all | more
{
"localhost": {
"AUTO_TECHSUPPORT": {
"GLOBAL": {
"available_mem_threshold": "10.0",
"max_core_limit": "5.0",
"max_techsupport_limit": "10.0",
"min_available_mem": "200",
"rate_limit_interval": "180",
"since": "2 days ago",
"state": "enabled"
}
},
"AUTO_TECHSUPPORT_FEATURE": {
"bgp": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"database": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"dhcp_relay": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"eventd": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"gnmi": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"lldp": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
....
},
"asic0": {
"AUTO_TECHSUPPORT": {
"GLOBAL": {
"available_mem_threshold": "10.0",
"max_core_limit": "5.0",
"max_techsupport_limit": "10.0",
"min_available_mem": "200",
"rate_limit_interval": "180",
"since": "2 days ago",
"state": "enabled"
}
},
"AUTO_TECHSUPPORT_FEATURE": {
"bgp": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"database": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"asic1": {
"AUTO_TECHSUPPORT": {
"GLOBAL": {
"available_mem_threshold": "10.0",
"max_core_limit": "5.0",
"max_techsupport_limit": "10.0",
"min_available_mem": "200",
"rate_limit_interval": "180",
"since": "2 days ago",
"state": "enabled"
}
},
"AUTO_TECHSUPPORT_FEATURE": {
"bgp": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"database": {
"available_mem_threshold": "10.0",
"rate_limit_interval": "600",
"state": "enabled"
},
"dhcp_relay": {
"available_mem_threshold": "10.0",
...
...
}
}
#### Output of `show version`:
Issue exist in latest master branch
(paste your output here)
#### Output of `show techsupport`:
(paste your output here or download and attach the file here )
#### Additional information you deem important (e.g. issue happens only occasionally):
<!--
Also attach debug file produced by `sudo generate_dump`
-->
Metadata
Metadata
Assignees
Type
Projects
Status
Done