How to get mac-address-table in bridge mode?

How to get mac-address-table in bridge mode?

How to get mac-address-table in bridge mode?Like Cisco Device:
Code:
show mac-address-table
 
Alt,

I think what spartacus wants to achieve is to see what MAC addresses have been learned on each interface of his bridge. Something like OpenBSD's brconfig equivalent. Ah! Just found the answer in ifconfig(8). If you type:

# ifconfig bridge0 addr

it will "Display the addresses that have been learned by the bridge".

Hope that helps.
 
mamalos said:
Alt,

I think what spartacus wants to achieve is to see what MAC addresses have been learned on each interface of his bridge. Something like OpenBSD's brconfig equivalent. Ah! Just found the answer in ifconfig(8). If you type:

# ifconfig bridge0 addr

it will "Display the addresses that have been learned by the bridge".

Hope that helps.

We’re so proud of you! Nice going!
 
Back
Top