C613-50170-01 Rev B
Command Reference for x510 Series
2308
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
LLIED
T
ELESIS
M
ANAGEMENT
F
RAMEWORK
™ (AMF) C
OMMANDS
ATMF
VIRTUAL
-
CROSSLINK
atmf virtual-crosslink
Overview
Use this command to create a virtual crosslink. A virtual crosslink connects an AMF
master or controller on a physical device to a Virtual AMF Appliance (VAA) master
or controller.
All AMF master nodes must reside in the same AMF domain and are required to be
directly connected using AMF crosslinks. In order to be able to meet this
requirement for AMF masters running on VAAs, a virtual crosslink connects the
AMF master or controller on the physical device to the master or controller on the
VAA.
Use the
no
variant of this command to remove a virtual crosslink.
Syntax
atmf virtual-crosslink id <
local-id
> ip <
local-ip
> remote-id
<
remote-id
> remote-ip <
remote-ip
>
no atmf virtual-crosslink id <
local-id
>
Default
No AMF virtual crosslinks are created by default.
Mode
Global Configuration
Usage
This command allows a virtual tunnel to be created between two remote sites over
a layer 3 link. The tunnel encapsulates AMF packets and allows them to be sent
transparently across a Wide Area Network (WAN) such as the Internet.
Configuration involves creating a local tunnel ID, a local IP address, a remote
tunnel ID and a remote IP address. Each side of the tunnel must be configured with
the same, but mirrored parameters.
NOTE
:
Virtual crosslinks are not supported on AMF container masters, therefore if
multiple tenants on a single VAA host are configured for secure mode, only a single
AMF master is supported per area.
Example
To setup a virtual link from a local site, “siteA”, to a remote site, “siteB”, (assuming
there is already IP connectivity between the sites), run the following commands at
the local site:
siteA#
configure terminal
siteA(config)#
atmf virtual-crosslink id 5 ip 192.168.100.1
remote-id 10 remote-ip 192.168.200.1
Parameter
Description
<
local-id
>
ID of the local tunnel port, a value between 1 and 4094.
<
local-ip
>
IPv4 address of the local tunnel port in a.b.c.d format.
<
remote-id
>
ID of the remote tunnel port, a value between 1 and 4094.
<
remote-ip
>
IPv4 address of the remote tunnel port in a.b.c.d format.