C613-50631-01 Rev A Command Reference for IE340 Series 2882
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AMF AND AMF PLUS COMMANDS
BRIDGE
-GROUP (AMF-CONTAINER)
bridge-group (amf-container)
Overview Use this command to connect an AMF container to a bridge created on a Virtual
AMF Appliance (VAA) virtual machine for AMF Cloud. This allows the AMF
container to connect to a physical network.
Note that this command is only available on AMF Cloud, not on AlliedWare Plus
switches.
An AMF container is an isolated instance of AlliedWare Plus with its own network
interfaces, configuration, and file system. The features available inside an AMF
container are a sub-set of the features available on the host VAA. These features
enable the AMF container to function as a uniquely identifiable AMF master and
allows for multiple tenants (up to 60) to run on a single VAA host. See the
AMF Feature Overview and Configuration Guide for more information on running
multiple tenants on a single VAA host.
Use the no variant of this command to remove a bridge-group from an AMF
container.
Syntax
bridge-group <bridge-id>
no bridge-group
Mode AMF Container Configuration
Usage notes Each container has two virtual interfaces:
1) Interface eth0, used to connect to the AMF controller on the VAA host via an
AMF area-link, and configured using this area-link command.
2) Interface eth1, used to connect to the outside world using a bridged L2
network link, and configured using the bridge-group command.
Before using this command, a bridge must be created with the same bridge-id on
the VAA host using the bridge <bridge-id> command.
See the AMF Feature Overview and Configuration Guide for more information on
configuring the bridge.
Example To assign a bridge group to AMF container ‘vac-wlg-1’, use the commands:
awplus# configure terminal
awplus(config)# atmf container vac-wlg-1
awplus(config-atmf-container)# bridge-group 1
Related
commands
atmf container
show atmf container
Parameter Description
<bridge-id> The ID of the bridge group to join, a number between 1 and 64.