Справочник Пользователя для iskratel si2000 callisto821 router

Скачать
Страница из 107
SI2000 Callisto821+ Router Users Guide 
 18/107 
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 
heading ID. Example is shown in the next figure: 
 
 
 
 
Example: Attaching 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 ether1 
and the port name is specified (ethernet): 
 
ethernet add transport ether1 ethernet
  
   
2.  Create an interface. In the following command, a bridge interface is created and called bridgeintf:   
 
bridge add interface bridgeintf  
 
3.  Attach the transport to the interface. In the following command, the ether1 ethernet transport is 
attached to the bridgeintf bridge interface: 
 
bridge attach bridgeintf ether1  
 
 
3.1.2 
CLI command groups 
 
Figure 11: List of objects