Current Heartbeat report on SSP platform doesn't show the Bridge information
search cancel

Current Heartbeat report on SSP platform doesn't show the Bridge information

book

Article ID: 263364

calendar_today

Updated On:

Products

SSP-S410 PLATFORM

Issue/Introduction

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)

 

Environment

ISG 2.4.x

Resolution

Use the network-definition view command to check the bridge information.