Atlantis Land A02-RA(Atmos)_ME01 manual device delete, device list, See also, Syntax, Description

Models: A02-RA(Atmos)_ME01

1 112
Download 112 pages 14.35 Kb
Page 21
Image 21

attribute promiscuous selects the promiscuity behaviour of the driver.

The driver requires, at configuration time, to be layered with the BUN utopia and nec98408 devices, in order to be used. So, for the sake of the following examples, let's assume that the related BUN port is called rfc_port, and it has been configured in the following way:

device: rfc_dev = rfc1483, nec98408, utopia

port : rfc_port = rfc_dev/PhysicalPort=0/PortSpeed=59111

If we want to attach the device to the bridge, then the following command must be issued (all typed on one line):

bridge device add //bun/port=rfc_port/rfc1483=true

/mode=llcbridged/txvci=600/rxvci=600

The above command creates a channel with RFC1483 enabled, and it uses the LLC encapsulation for bridged traffic. The next command, is the same, however it uses the VC multiplexing method:

<all typed in one line>

bridge device add //bun/port=rfc_port/rfc1483=true

/mode=vcmuxbridged/txvci=600/rxvci=600

3.1.4 See also

device delete on page 38 and device list on page 39.

3.2 device delete

3.2.1 Syntax

device delete <device>

3.2.2 Description

This command deletes a device from the bridge configuration. The syntax of the device name is the same as that for the device add command.

Configuration saving saves this information.

3.2.3 Example

device delete r1483

3.2.4 See also

device add on page 36 and device list on page 39.

3.3device list

3.3.1Syntax

device list

3.3.2 Description

Page 21
Image 21
Atlantis Land A02-RA(Atmos)_ME01 manual device delete, device list, See also, Syntax, Description, Example