Adding another network type to a NIM network from the command line

Follow this procedure for adding another network type to a NIM network from the command line.

To define a NIM network, enter:
nim -o change -a other_net_typeSequenceNumber=NetworkType NetworkName 
For example, to change a Token-Ring network called network1 to also support Ethernet and FDDI, enter:
nim -o change -a other_net_type1=ent -a other_net_type2=fddi  network1