0

While Linux has "brctl show" command, I cannot find any similar for AIX.

Question: How can we show AIX bridge settings?

2
  • Do lsattr -E -l <device> or lsdev give any result ? (you have to figure out lsdev opt, I don't have an AIX at hand. Commented Aug 5, 2015 at 9:41
  • Is this a theoretical question, or are you dealing with an SEA on a VIO, or something else? Commented Aug 5, 2015 at 16:42

1 Answer 1

0

On a VIOS as padmin user, you can show all SEA adapters via lsmap -all -net and you can see their defined attributes via lsdev -dev <devicename> -attr. For the current running configuration, you can see the status and much more via entstat -all <devicename>.

For information on how to create a SEA using VIOS command line, see Configuring a Shared Ethernet Adapter with the Virtual I/O Server command-line interface

For help on the commands see the VIOS man pages in infocenter

What are you looking for in particular?

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.