- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- how to show and verify the lacp bond interface is ...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to show and verify the lacp bond interface is operating correctly
ive configured two physical ports in a bond. i've set the bond to use LACP (802.3ad)
what are the LCI commands to vberify this is working and talking to the switch (remote side) as expected?
thanks,
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There’s a couple commands here that might help: https://community.checkpoint.com/t5/Security-Gateways/No-LACP-on-2x10G-bond-with-Cisco-3850/td-p/243...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There’s a couple commands here that might help: https://community.checkpoint.com/t5/Security-Gateways/No-LACP-on-2x10G-bond-with-Cisco-3850/td-p/243...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cat /proc/net/bonding/bond<number>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
clish -c "show configuration bonding"
cphaprob show_bond
cphaprob show_bond_groups
find /proc/net/bonding/bond*|while read line;do more $line;done
CLI Reference Guide > Viewing Bond Interfaces
Bonding commands are also included in our ccc script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Those cphaprob show_bonds were saviors for so many years and in fact depending on Linux commands instead of CheckPoint helps to give you lot of insight.
Blason R
CCSA,CCSE,CCCS
