Use the CLI
2/1553-ZAT 759 94 Uen B – December 2005
25
2.5 CLI
Configuration
In order to use the CLI commands, you need to understand the following
terms:
•
Transport
: A transport is a layer 2 session and everything below it.
You can create a transport (for example, ethernet) and attach it to a
bridge or router so that data can be bridged or routed via the attached
transport.
•
Interface
: bridges and routers both have interfaces. A single transport
is attached to a bridge or router via an interface.
•
Object
: an object is anything that you can create and manipulate as a
single entity, for example, interfaces, transports, static routes and NAT
rules.
•
List
: Objects are numbered entries in a list. For example, if you have
created more than one IP interface, the following command:
-->
ip list interfaces
produces a list of numbered interface objects. Object numbers are
displayed in the first column under the heading ID.
2.5.1
Attach a Transport to an Interface
To attach a transport to a bridge or router, you need to:
1. Create a transport. In the following command, an Ethernet transport is
created and named
LanTransport
, and the port name is specified
(
eth_lan
):
-->
ethernet add transport LanTransport eth_lan
2. Create an interface. In the following command, a bridge interface is
created and called
MyInterface
:
-->
bridge add interface MyInterface
3. Attach the transport to the interface. In the following command, the
LanTransport
Ethernet transport is attached to the M
yInterface
bridge
interface:
-->
bridge attach MyInterface LanTransport
Содержание HM4x0
Страница 1: ...HM4x0 CLI Reference Guide ...
Страница 125: ...DHCP Client CLI Commands 2 1553 ZAT 759 94 Uen B December 2005 125 ID Identifier Suggested Value 1 host name Vancouver ...
Страница 353: ...NAT CLI Commands 2 1553 ZAT 759 94 Uen B December 2005 353 inside the network internal or DMZ ...
Страница 643: ...System CLI Commands 2 1553 ZAT 759 94 Uen B December 2005 643 22 3 5 Example system add login john temporarily ...
Страница 702: ...Ericsson AB Ericsson AB 2005 All Rights Reserved www ericsson com 2 1553 ZAT 759 94 Uen B December 2005 ...