Sponsored Content
Operating Systems AIX AIX - NIC device explanation need Post 303035290 by Phat on Monday 20th of May 2019 01:27:25 AM
Old 05-20-2019
Hello,

I have copied the output from the ODM query:

Code:
[root@xxx] / > ifconfig -a
en4: flags=1e080863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN>
        inet 10.176.x.y netmask 0xffffff00 broadcast 10.176.233.255
         tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1
en6: flags=1e080863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN>
        inet 10.176.x.65 netmask 0xfffff800 broadcast 10.176.39.255
        inet 10.176.x.127 netmask 0xfffff800 broadcast 10.176.39.255
         tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1
lo0: flags=e08084b,c0<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,LARGESEND,CHAIN>
        inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
        inet6 ::1%1/0
         tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1


[root@xxx] / > odmget -q "name = en4" CuAt
CuAt:
        name = "en4"
        attribute = "state"
        value = "up"
        type = "R"
        generic = "DU"
        rep = "sl"
        nls_index = 5

CuAt:
        name = "en4"
        attribute = "netaddr"
        value = "10.176.x.y"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 4

CuAt:
        name = "en4"
        attribute = "netmask"
        value = "255.255.255.0"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 8

[root@xxx] / > odmget -q "name = en6" CuAt
CuAt:
        name = "en6"
        attribute = "alias4"
        value = "10.176.x.127,255.255.x.x"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0

CuAt:
        name = "en6"
        attribute = "netaddr"
        value = "10.176.x.65"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 4

CuAt:
        name = "en6"
        attribute = "state"
        value = "up"
        type = "R"
        generic = "DU"
        rep = "sl"
        nls_index = 5

CuAt:
        name = "en6"
        attribute = "netmask"
        value = "255.255.x.x"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 8

--- Post updated at 05:27 AM ---

Let me know if this info is helpful.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dleting a Device in AIX 4.3

I need to delete a TTY in my AIX 4.3 system. I have tried using the smit but everytime I try it, there is a message telling me that the device is in use and cannot be changed. How do I take the device "offline", so to speak, so that I can edit the settings and/or delete it. V/R Djassi (3 Replies)
Discussion started by: djassi
3 Replies

2. UNIX for Dummies Questions & Answers

NIC and Device NO to Change

I am a beginer in unix . I would like to know what is the command in orser to change NIC and Device NO (1 Reply)
Discussion started by: Ilias Kappatos
1 Replies

3. AIX

AIX -How to find which NIC is on which PCI card

Hi All, How can I find out which is ETH5 on my AIX P5 system. I have about seven different NIC card on this. I did move the cable to each one but still I was not able to see the link light up when I did netstat -v Any idea? Thanks. (2 Replies)
Discussion started by: samnyc
2 Replies

4. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

5. AIX

Explanation of C Compiler for AIX

Hi, I have the following packages installed on my AIX server xlC.aix50.rte 10.1.0.2 COMMITTED XL C/C++ Runtime for AIX 5.3 xlC.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.rte 10.1.0.2 COMMITTED XL C/C++ Runtime xlC.rte... (4 Replies)
Discussion started by: jimthompson
4 Replies

6. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

7. AIX

AIX Frame: NIC port down

NIC port is down on IBM Frame. From the back its slot C7/C8. The network switch is the problem, and a new switch will be coming into play. There's one VIO and one LPAR. How do i tell the port is down in the OS on the VIO? And how can i verify it's backup without pulling cables? We have a... (1 Reply)
Discussion started by: gps1976
1 Replies

8. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

9. UNIX for Beginners Questions & Answers

Configuring NIC device in Solaris 9 SPARC OS [QEMU]

I have Xubuntu 18.04 installed on my PC. I have created a 10G .img image file created by QEMU-IMG. I have installed inside of it Solaris 9 SPARC edition . If I try and mount the image file as a loop device (using sudo losetup /dev/loop0 /path-to-img-file) I can only mount it as read only. ... (1 Reply)
Discussion started by: alphatron150
1 Replies
BNX(4)							   BSD Kernel Interfaces Manual 						    BNX(4)

NAME
bnx -- Broadcom NetXtreme II 10/100/1000 Ethernet device SYNOPSIS
bnx* at pci? brgphy* at mii? DESCRIPTION
The bnx driver supports Broadcom's NetXtreme II product family, such as the BCM5706 PCI-X and BCM5708-BCM5709 PCI Express Ethernet con- trollers, which includes the following: o Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT) o Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT) o Dell PowerEdge M710 integrated BCM5709S NIC (1000baseSX) o HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX) o HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT) o HP NC373F PCI Express Multifunction Gigabit server adapter (1000baseSX) o HP NC373i PCI Express Multifunction Gigabit embedded server adapter (10/100/1000baseT) o HP NC380T PCI Express Dual Port Multifunction Gigabit server adapter (10/100/1000baseT) o IBM xSeries 3550 integrated BCM5708 NIC (10/100/1000baseT) o IBM xSeries 3650 integrated BCM5708 NIC (10/100/1000baseT) The NetXtreme II product family is composed of various Converged NIC (or CNIC) Ethernet controllers which support a TCP Offload Engine (TOE), Remote DMA (RDMA), and iSCSI acceleration, in addition to standard L2 Ethernet traffic, all on the same controller. The following features are supported in the bnx driver under NetBSD: IPv4 receive IP/TCP/UDP checksum offload Jumbo frames (up to 9022 bytes) VLAN tag insertion Interrupt coalescing 10/100/1000Mbps operation in full-duplex mode 10/100Mbps operation in half-duplex mode The bnx driver supports the following media types: autoselect Enable autoselection of the media type and options. The user can manually override the autoselected mode via ifconfig(8). 10baseT/UTP Set 10Mbps operation. The ifconfig(8) mediaopt option can also be used to select either full-duplex or half-duplex modes. 100baseTX Set 100Mbps (Fast Ethernet) operation. The ifconfig(8) mediaopt option can also be used to select either full-duplex or half-duplex modes. 1000baseTX Set 1000baseTX operation over twisted pair. Only full-duplex mode is supported. 1000baseSX Set 1000Mbps (Gigabit Ethernet) operation. Both full-duplex and half-duplex modes are supported. 2500baseSX Set 2500Mbps operation. Only full-duplex mode is supported. The bnx driver supports the following media options: full-duplex Force full duplex operation. half-duplex Force half duplex operation. For more information on configuring this device, see ifconfig(8). SEE ALSO
arp(4), brgphy(4), ifmedia(4), intro(4), mii(4), netintro(4), pci(4), ifconfig(8) HISTORY
The bnx device driver first appeared in NetBSD 4.0. BSD
December 10, 2010 BSD
All times are GMT -4. The time now is 05:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy