How can i undo a safe configuration – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1576
AMF Introduction and Configuration
Software Reference for x310 Series Switches
59.32
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
See below for an example excerpt from the
show running-config command on page 7.34
for a device in AMF safe configuration mode:
How can I undo a 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 to default
VLAN and port settings. Note that in this example a 24-port device has been used.
awplus#show running-config
...
!
vlan database
vlan 4090 name atmf_node_recovery_safe_vlan
vlan 4090 state disable
!
interface port1.0.1-1.0.4
shutdown
switchport
switchport mode trunk
switchport trunk allowed vlan add 4090
switchport trunk native vlan none
!
interface port1.0.5
switchport
switchport atmf-link
switchport mode trunk
switchport trunk allowed vlan add 4090
switchport trunk native vlan none
!
interface port1.0.6-1.0.24
shutdown
switchport
switchport mode trunk
switchport trunk allowed vlan add 4090
switchport trunk native vlan none
!
...
awplus#
configure terminal
atmf1[2](config)#
interface port1.0.1-port1.0.24
atmf1[2](config-if)#
switchport trunk native vlan 1
atmf1[2](config-if)#
switchport trunk allowed vlan remove 4090
atmf1[2](config-if)#
switchport mode access
% port1.0.5 has ATMF link configured so
mode cannot be changed