Specifications

AMF Introduction and Configuration
New and Enhanced Features in AlliedWare Plus 5.4.4 Major and Minor Versions 149
Figure 20: Example output from the show running-config command for a device in
AMF safe configuration mode
Undoing an AMF Safe Configuration
If your node has had AMF safe configuration applied, you can use normal CLI
configuration commands to modify the running-configuration to whatever configuration
is required.
See below for an example of returning a device from AMF safe configuration mode to
having default VLAN and port settings. Note that in this example a 24-port card has been
used.
awplus#show running-config
...
!
vlan database
vlan 4090 name atmf_node_recovery_safe_vlan
vlan 4090 state disable
!
interface port1.1.1-1.1.4
shutdown
switchport
switchport mode trunk
switchport trunk allowed vlan add 4090
switchport trunk native vlan none
!
interface port1.1.5
switchport
switchport atmf-link
switchport mode trunk
switchport trunk allowed vlan add 4090
switchport trunk native vlan none
!
interface port1.1.6-1.1.24
shutdown
switchport
switchport mode trunk
switchport trunk allowed vlan add 4090
switchport trunk native vlan none
!
...
awplus#
configure terminal
awplus(config)#
interface port1.1.1-port1.1.24
awplus(config-if)#
switchport trunk native vlan 1
awplus(config-if)#
switchport trunk allowed vlan remove 4090
awplus(config-if)#
switchport mode access
% port1.1.5 has ATMF link configured so
its mode cannot be changed