Extreme Networks ACL, telnet/ssh access

# vi mgmt-acl.pol

mgmt-acl.pol:

entry Telnet_Allow {
        if match any {
                source-address 1.2.3.4/32;
                source-address 2.4.6.8/32;
        } then {
                permit;
        }
}

# check policy mgmt-acl
# configure telnet access-profile mgmt-acl