BCLI COMMAND DESCRIPTION

CLI Commands

ADD Use the ADD command to define:
networks you will connect to
hosts you need to access
SNMP communities
users who will dial out, dial in, access the network, or use the CLI
Note that some parameters have default values.
add bridge network
<network_name> { enabled [yes]}
Defines a bridge network connection, so your LAN users can bridge to other LANs
across the WAN. bridging is supported over the WAN. Note that routing takes
precedence over bridging, so that bridging will not occur unless you disable
routing for the protocols you wish to bridge. The protocols t o bridge, and other
important parameters, are specified in the user you use to establish this
connection. You must use add user to create a network type user for this
command, and set user to specify the protocol and other parameters related to
bridging.
add dns host
<host_name> address
<IP_address>
Adds the named host to the Local Host Table. When the system needs to resolve
an address for an IP host name, the Local Host table is checked first, before a
request is sent to the remote DNS Name Server.
The add login_host command may also add to this table. See that command’s
description for details.
add dns server
<domain_name> primary_address [ip_address]
Parameters Description
<network_name> Designation you wish to give to this bridge network.
enabled Default is to enable the bridge network.
Parameters Description
<host_name> Designation of the local host.
<IP_address> IP Address of a named host in nnn.nnn.nnn.nnn format.