network
B-10 StorageTek SL8500 Library Guide
network import
Imports a library network configuration file (.lnc).
network ip <IP address>
Sets the IP address of port 2B.
network ip address add <IP address> dev {2A | 2B}
Sets the IP address of a particular port.
network ip address del <IP address> dev {2A | 2B}
Removes the IP address of a port.
network ip address show [dev {2A | 2B}]
Displays the current address information for a particular port or both ports if dev is
not specified.
network ip link set dev {2A | 2B} {up | down}
Sets the operation status of a port, which controls whether a port can send and receive
Ethernet traffic.
■ up - sets port online
■ down - sets port offline
network ip policy {enable | disable} dev {2A | 2B}
Enables or disables policy routing for device 2A or 2B.
network ip policy status
Displays policy routing status for devices 2A and 2B.
network ip policy route {add | del} <IP address> dev {2A | 2B}
Adds or deletes a static route to policy for device 2A or 2B.
network ip policy route {add | del} <IP address> via <Gateway IP address> dev {2A |
2B}
Adds or deletes a static route to policy for device 2A or 2B via gateway.
network ip policy route show [ dev {2A | 2B} ]
Displays policy route information for device 2A or 2B.
network ip route add default via <IP address>
Sets the default gateway routing IP address.
network ip route delete default
Deletes the default gateway routing IP address.
network ip route {add | del} <IP address [/netmask] > dev {1A | 1B | 2A | 2B}
Adds or deletes a static IP (Internet Protocol) routing address for a specified host. This
command also enables a user to set the netmask for a particular port.
Example:
SL8500>network ip route add 129.80.81.59/24 dev 1B
COMPLETED
network ip route {add | del} <IP address [/netmask] > via <Gateway IP address>
Adds or deletes a static route to a destination network IP gateway address.