Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
AlexFerenX
New Contributor III

Bridges in NAT (Routed) Operarting Mode.

Hi!

Q1. in NAT (Routed) Operarting Mode, "diagnose netlink brctl list" shows bridge information for a configured Software switch but not for a Hardware switch. Why?

Q2. Is there any alternative method to show FDB for Hardware switch?

Thanks!

2 REPLIES 2
markdr_FTNT
Staff
Staff

Hi Alex,

Internally, FortiOS software switches are actually a Linux Bridge, so they are a Layer 2, kernel /CPU type construct. (The 'brctl' part of the command you mentioned refers to 'Bridge Control').

Hardware switches on the other hand are not Linux Bridges, they use Network Processors and/or ASIC chips (i.e. are entirely hardware) and therefore the bridge control diag command has no impact on them (since there is no Linux bridge).

For your second query, you can try 'get hardware nic <interface-name>'  ?  I have not validated this though.

For a managed switch, try:

diagnose switch-controller switch-info mac-table <switch_serial_number>

Hope this helps, I can create a new KB article if the information proves helpful.

Regards,
M.


 

Mark Ribbans
AlexFerenX
New Contributor III

Hi Mark!

> For your second query, you can try 'get hardware nic <interface-name>' 

 

the aim here isn't just to show interface (albeit, a bridge) itself, but for a "method to show FDB for Hardware switch?" - as one would get with "diagnose netlink brctl name host". How to do this?

 

Thanks!

Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors