TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. 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 

  2. Use the following command to list all transport interface information, including the values of all defined attributes:


    tniface -R
  3. 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
  4. 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
  5. Use the following command to delete the interface le:1 from a tnipx section:


    tniface -D -n tnipx -i le:1