L2 Bridge Verifier (asg_br_verifier)
Use asg_br_verifier to make sure that:
- There are no bridge configuration problems.
- The
fdb_shadow tables are the same.
Syntax
> asg_br_verifier
> asg_br_verifier -v
Parameter
|
Description
|
-v
|
Verbose mode
|
Example
> asg_br_verifier
Output
================================================================================
Number of entries in fdb_shadow table:
-*- 10 blades: 1_01 1_02 1_03 1_04 1_05 2_01 2_02 2_03 2_04 2_05 -*-
11
Status: OK
================================================================================
In this example there is a misconfiguration.
Example
> asg_br_verifier -v
Output
================================================================================
Number of entries in fdb_shadow table:
-*- 9 blades: 1_01 1_03 1_04 1_05 2_01 2_02 2_03 2_04 2_05 -*-
11
-*- 1 blade: 1_02 -*-
0
Status: number of entries is different
================================================================================
Collecting table info from all SGMs. This may take a while.
Table entries in fdb_shadow table:
-*- 9 blades: 1_01 1_03 1_04 1_05 2_01 2_02 2_03 2_04 2_05 -*-
address="00:00:00:00:00:00" Interface="eth1-07"
address="00:10:AA:7D:08:81" Interface="eth2-07"
address="00:1E:9B:56:08:81" Interface="eth1-07"
address="00:23:FA:4E:08:81" Interface="eth1-07"
address="00:49:DC:58:08:81" Interface="eth2-07"
address="00:7E:60:77:08:81" Interface="eth1-07"
address="00:80:EA:55:08:81" Interface="eth1-07"
address="00:8D:86:52:08:81" Interface="eth2-07"
address="00:9E:8C:7F:08:81" Interface="eth1-07"
address="00:E5:DB:78:08:81" Interface="eth2-07"
address="00:E5:F7:78:08:81" Interface="eth2-07"
-*- 1 blade: 1_02 -*-
fdb_shadow table is empty
Status: Table entries in fdb_shadow table is different between SGMs
================================================================================
|