promiscuous mode AIX


 
Thread Tools Search this Thread
Operating Systems AIX promiscuous mode AIX
# 1  
Old 08-26-2011
promiscuous mode AIX

Hi Guys,

What do I need to do to set an physical adapter to promiscuous mode?
The networkport is already spanned/mirrored.

Is this also possible when there is an virtual nic (through vios) configured?

regards,

Randy
# 2  
Old 08-26-2011
IBM
# 3  
Old 08-27-2011
thanks for the answer, but my question was how to do it with a physical or virtual nic? Not the IVE or HEA's.

regards,
Randy
# 4  
Old 08-27-2011
The term "promiscuous mode" only applies to IVE / HEA adapters.

What are you trying to do?

Why do you think you need to set it on a normal physical adapter when all it does is make a IVE / HEA adapter behave like a normal physical adapter?
# 5  
Old 08-28-2011
Hi,

the nic is attached to a span port and i want to capture all trafic.
for linux commands exist to turn the interface to promiscuous mode (ifconfig eth0 promisc).

command like entstat also show a promiscuous mode notification

Is there anything in AIX which need to be done to capture all trafic?

regards,Randy
# 6  
Old 08-28-2011
Ah, OK, sorry I misunderstood your question.

AIX's tcpdump will turn it on for you.

It is set dynamically on AIX. The default is off but tcpdump for instance has a default of on, iptrace has a default of off but has a switch for on:

AIX Commands:

tcpdump:
Help -

-p Stops putting the interface into promiscuous mode. Note that the interface might be in promiscuous mode for some other reason; hence, -p cannot be used as an abbreviation for ether host {local-hw-addr} or ether broadcast.

iptrace:
Help -

-e Enables promiscuous mode on network adapters that support this function.

Depending on what you are trying to do, and how you want to do it, you might find some related useful info here:
pSeries and AIX Information Center

Or on any of the above links by searching for promisc in the search box on the left side of the window.

HTH.
# 7  
Old 08-29-2011
okay thanks. Like you pointed out, there isn't an option to set the interface to promiscuous. Strangething is that somehow ifconfig shows PROMISC (see below)

Do you know how this is done and what effect this has?

Code:
en2: flags=5e080963,c0<UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,LARGESEND,CHAIN>
inet 192.168.5.1 netmask 0xffffff00 broadcast 192.168.5.255
tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0

regards,Randy

Moderator's Comments:
Mod Comment Please use code tags, thanks.

Last edited by zaxxon; 08-29-2011 at 11:21 AM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Interface goes into promiscuous mode

Hi all, I am using a Linux VM. Once the node boots up, I am able to access it and it is able to ping its default gateway. At that time, the config is; eth1 Link encap:Ethernet HWaddr 00:50:56:01:01:FB inet addr:142.133.174.246 Bcast:142.133.175.255 ... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

2. Solaris

DNS service is in maintenance mode. How to bring it back to online mode?

:confused: when i tried to look the status of DNS-client, it is in maintenance mode..... Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE... :wall: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

3. UNIX for Dummies Questions & Answers

Will Linux force NIC into promiscuous mode?

Right now I have a computer that I want to use as the monitor for my network. It's currently running Windows 7, and so as I understand it the NIC won't monitor all the traffic on the network. So my question is, if I install Linux on this computer will I be able to force the NIC card into... (1 Reply)
Discussion started by: iJeydon
1 Replies

4. UNIX for Advanced & Expert Users

What is the difference between single line mode and multiline mode in Regular expressions?

Hi All, Can please let me know what is the difference between the single line mode and multi line mode in regular expresions? Thanks, Chidhambaram B (3 Replies)
Discussion started by: chidhu.anu
3 Replies

5. AIX

AIX Single user mode

hi all, Im new to AIX and i want help. My screen shows: Bringing down n/w interfaces: en0 lo0 Single user mode entered from /dev/pts/0 INIT:new run level:S INIT :Single User Mode Password when we enter password it displays SHUTDOWN PROGRAM Even... (0 Replies)
Discussion started by: Vanit
0 Replies

6. AIX

Transferring files from one AIX server to another AIX server in binary mode

Hi, I am a newbie to AIX. We have 2 AIX5.3 servers in our environment, I need to transfer some files in Binary mode from one server to another and some files in ASCII mode from one server to another server. Could you please help me as to how I need to do that? Thanks, Rakesh (4 Replies)
Discussion started by: rakeshc.apps
4 Replies

7. AIX

AIX Boots straight to service mode

Hi, I installed AIX 5.2 on a P5 9110-51A (powerpc). The installation was successful, however, after each reboot it goes to service mode. If I enter SMS menu, select boot device and select "normal mode" everything is ok, the system boots. But if I issue a reboot, it goes back to diagnostics... (6 Replies)
Discussion started by: gsorin
6 Replies

8. IP Networking

tcpdump and promiscuous mode (on Linux and HP-UX)

Hallo, I want to use tcpdump to analyze the NTP traffic on some of my machines. The machines that I want to analyze run HP-UX and linux. To use tcpdump 2 packages are required Libpcap and Tcpdump. I know that tcpdump (libcap?) sets the network interface to promiscuous mode. I have some... (1 Reply)
Discussion started by: one71
1 Replies

9. AIX

Startup AIX in GUI or text mode

Can I know is there anyone know how to statup AIX in GUI and text mode? Thank You..... (2 Replies)
Discussion started by: dwarf007
2 Replies

10. IP Networking

promiscuous mode machines

/* SCO OpenServer 5 */ anyone know an effective way to tell what machines, if any, are running in promiscuous mode?? e0- (1 Reply)
Discussion started by: LowOrderBit
1 Replies
Login or Register to Ask a Question