Use one of the following commands to list all available transport interfaces:
tniface tniface -L |
Sample Output:
|
tcpip |
|
|
|
204.242.9.83 |
|
tnipx |
|
|
|
internal |
|
|
le0:ethernet_ii |
|
|
le0:ethernet_802.3 |
|
|
le0:ethernet_802.2 |
|
|
le0:ethernet_snap |
|
tnnbu |
|
|
|
le0 |
|
tnatk |
|
|
|
le0 |
Use the following command to list all transport interface information, including the values of all defined attributes:
tniface -R |
Use the following command to list the value of the attribute device for the interface iee0:ethernet_802.3 in a tnipx section:
tniface -R -n tnipx -i iee0:ethernet_802.3 -a device |
Use the following command to change the value of the attribute address for the interface 202.224.6.124 in a tcpip section to 204.242.8.167:
tniface -M -n tcpip -i 202.224.6.124 -a address=204.242.8.167 |
Use the following command to delete the interface le:1 from a tnipx section:
tniface -D -n tnipx -i le:1 |