18
Tahoe 8216 / Tahoe 8116 Remote Power Management System
Th
e outlets state is preserved, but all unsaved changes to the con
fi
guration will be lost.
route
Th
e
route
command is similar to an analogous Linux command. It is used to con
fi
gure the IP
routing.
Th
e
route
alone shows the current routing table. It may be modi
fi
ed using the following
options:
route add
<
address
> <
interface
>
– adds the route to a speci
fi
c host directly through
the interface (the station with this address has to be in the network directly connected to that
interface),
route add
<
address
>
gw
<
gateway
>
– adds the route to a speci
fi
c host through a gateway,
route add -net
<
address
>
netmask
<
network mask
> <
interface
>
– adds the route
to a subnet with given address and network mask directly on the speci
fi
ed interface,
route add -net
<
address
>
netmask
<
network mask
>
gw
<
gateway
>
– adds the
route to a subnet with given address and network mask through the speci
fi
ed gateway,
route add default gw
<
address
>
– adds the default route through the speci
fi
ed gateway,
route del
<
address
>
– removes route to the speci
fi
ed IP address,
route del -net
<
address
>
netmask
<
network mask
>
– removes route to the speci
fi
ed
subnet,
route del default
– removes the default route.
snmp
Th
e
snmp
command is used to con
fi
gure the SNMP (Simple Network Management Protocol) sup-
port. It has the following syntax:
snmp
– shows current settings:
Tahoe>
snmp
SNMP on
Read community: public
Write community: private
SNMP host1: <any>
SNMP host2: <disabled>