User's Manual

Table Of Contents
4.4.1.5. Bridge Command Summary
interface {name} {index} bridge-group {bridge-group-index}
Description. Add an interface to a bridge group.
No-Form. N/A.
Arguments.
bridge-group-index
An index of a Bridge interface, which should be created
enabled and configured before adding members.
Example 4.35. Add Interface to Bridge Group
EION: interface Bridge 0
Bridge 0 has been created.
EION: interface Wireless 0 bridge-group 0
'Bridge 0' is down.
EION: interface Bridge 0 ip address 192.168.0.1
Device 'Bridge 0' address 192.168.0.1 netmask 255.255.255.0.
EION: interface Bridge 0 no shutdown
Interface 'Bridge 0' is up.
EION: interface Wireless 0 bridge-group 0
Interface 'Wireless 0' was added to the bridge group '0'.
interface {name} {index} ip legatee {legatee-name} {legatee-index}
Description. Assign a bridge IP legatee. The legatee interface obtains an IP address and a mask
of a bridge when it gets deleted. The command is applicable to Bridge interfaces only.
No-Form. Unmap the IP legatee.
Arguments.
legatee-name
Legatee interface name. The legatee must be one of the bridge
group members. You can't delete a Bridge interface if it contains
members and doesn't have a legatee.
legatee-index
Legatee interface index.
Example 4.36. Assign a bridge IP legatee
EION: no interface Bridge 0
Bridge 'Bridge 0' doesn't have a legatee.
EION: interface Bridge 0 ip legatee Wireless 0
Bridge legatee assigned.
EION: no interface Bridge 0
Bridge 0 has been removed.
show bridge-group [bridge-group-index]
Description. View members of a bridge group.
67
Configuration