Command "diagnostics heartbeat view" to view current heartbeat report doesn't show the bridge configuration under section network definition.
Check the section networkDefinition for "testBridge" in the following output:
ISG# diagnostics heartbeat view
"bridges" : [
{ "interfaces" : [ "2:0", "2:1" ], "name" : "passthru-2:0", "state" : "fail-open" }
,
{ "interfaces" : [ "2:2", "2:3" ], "name" : "passthru-2:2", "state" : "disabled" }
],
"networkDefinition" : [
{ "interfacesShared" : [ "0:0", "2:2", "2:3" ], "name" : "auto" }
,
{ "name" : "example-net-def" }
,
{ "name" : "testBridge" }
]
You can see the bridge information is missing.
To confirm the bridge information use the view command to check network-definition:
ISG(config-network-definition)# view
Network Definition: auto
Interfaces (shared): 0:0 2:2 2:3
Network Definition: example-net-def
Network Definition: testBridge
Bridges (reserved): passthru-2:0 (2:0, 2:1)
ISG 2.4.x
Use the network-definition view command to check the bridge information.