Skip to content

Cumulus Commands

user@cumulus:~$ net show interface | grep hoge
UP swp3 40G 1500 BondMember hoge (50/1) Master: BOND2(UP)
UP swp4 40G 1500 BondMember hoge (50/2) Master: BOND2(UP)
sudo ifdown swp1
sudo ifup swp1
cumulus@hoge:mgmt:~$ net show route bgp | grep "10.10.10.10"
B>* 10.10.10.10/32 [20/0] via fefe::fefe:fefe:fefe:fefe, swp2, weight 1, 14w4d17h
  • net show system
    • cumulus Linux のバージョンや HW 情報が確認できる
  • net show interface swpXX
    • interface の status が確認できる
  • net show lldp
    • 対向情報が確認できる
  • net show bgp summary
    • summary が取得できる
  • net show bgp neighbor swpXX received-routes
    • swpXX から受信している経路が確認できる
  • net show bgp neighbor swpXX advertised-routes
    • swpXX へ送信している経路が確認できる
  • net show bgp xx.xx.xx.xx
    • bgp で受信している経路情報が確認できる
  • sudo ethtool -m swpXX
    • 光レベルやトランシーバのステータスが確認できる