Skip to content

Instantly share code, notes, and snippets.

@acobaugh
Created November 1, 2017 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acobaugh/843abcbe0b1e8fdd63d5955d59553fe6 to your computer and use it in GitHub Desktop.
Save acobaugh/843abcbe0b1e8fdd63d5955d59553fe6 to your computer and use it in GitHub Desktop.
# node that is broken after adding fabric network:
2017-10-30T21:53:34.237047+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx0: Copper link is up (1000Mbps, Full Duplex)
2017-10-30T21:53:34.237052+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx0: Copper link is down
2017-10-30T21:53:34.237057+00:00 cn1 mac: [ID 435574 kern.info] NOTICE: bnx0 link up, 0 Mbps, half duplex
2017-10-30T21:53:34.237062+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx0: Copper link is up (100Mbps, Full Duplex)
2017-10-30T21:53:34.237067+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx0: Copper link is down
2017-10-30T21:53:34.237072+00:00 cn1 mac: [ID 435574 kern.info] NOTICE: bnx0 link up, 0 Mbps, half duplex
2017-10-30T21:53:34.237182+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx2: Copper link is down
2017-10-30T21:53:34.237187+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx4: Copper link is down
2017-10-30T21:53:34.237191+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx3: Copper link is down
2017-10-30T21:53:34.237196+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx1: Copper link is down
2017-10-30T21:53:34.237202+00:00 cn1 bnx: [ID 328528 kern.info] NOTICE: bnx5: Copper link is down
# node that has not been configured for the fabric network:
2017-10-30T20:13:49.673977+00:00 cn2 bnx: [ID 328528 kern.info] NOTICE: bnx0: Copper link is up (1000Mbps, Full Duplex)
2017-10-30T20:13:49.673983+00:00 cn2 bnx: [ID 328528 kern.info] NOTICE: bnx0: Copper link is down
2017-10-30T20:13:49.673988+00:00 cn2 mac: [ID 435574 kern.info] NOTICE: bnx0 link up, 0 Mbps, half duplex
2017-10-30T20:13:49.673993+00:00 cn2 bnx: [ID 328528 kern.info] NOTICE: bnx0: Copper link is up (1000Mbps, Full Duplex)
2017-10-30T20:13:49.673998+00:00 cn2 mac: [ID 435574 kern.info] NOTICE: bnx0 link up, 1000 Mbps, full duplex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment