Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merttokgozoglu/fee5ccb0689d48411c75837d6ea6fcc4 to your computer and use it in GitHub Desktop.
Save merttokgozoglu/fee5ccb0689d48411c75837d6ea6fcc4 to your computer and use it in GitHub Desktop.
/usr/sbin/cli show interfaces media detail | grep 'Physical interface: ge-0\|Link partner Speed: ' | sed 's/^.*Link.*partner.*Speed/NEWLINE Link Speed/' | sed "s/ Enabled.*'[^']*'/ /" | sed 's/\, Enabled.*//' | sed 'N;s/\n\s*NEWLINE//;P;D'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment