ietf_access_control_list

ietf_access_control_list URLs

https://<ip>/rest/restconf/data
https://<ip>/rest/restconf/data/ietf-access-control-list:acls
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>/ingress
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>/ingress/acl-sets
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>/ingress/acl-sets/acl-set=<key>
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>/ingress/acl-sets/acl-set=<key>/ace-statistics=<key>
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>/egress
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>/egress/acl-sets
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>/egress/acl-sets/acl-set=<key>
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/attachment-points/interface=<key>/egress/acl-sets/acl-set=<key>/ace-statistics=<key>
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/udp
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/udp/destination-port
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/udp/source-port
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/tcp
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/tcp/destination-port
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/tcp/source-port
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/ipv6
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/extreme-acl:application
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/eth
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/icmp
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/ipv4
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/extreme-acl:tcp-or-udp
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/extreme-acl:tcp-or-udp/destination-port
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/matches/extreme-acl:tcp-or-udp/source-port
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/statistics
https://<ip>/rest/restconf/data/ietf-access-control-list:acls/acl=<key>/aces/ace=<key>/actions

ietf_access_control_list Complete JSON

{
    "ietf-access-control-list:acls": {
        "attachment-points": {
            "interface": [
                {
                    "interface-id": "<key>", 
                    "ingress": {
                        "acl-sets": {
                            "acl-set": [
                                {
                                    "name": "<key>", 
                                    "ace-statistics": [
                                        {
                                            "matched-octets": "0", 
                                            "name": "<key>", 
                                            "matched-packets": "0"
                                        }
                                    ]
                                }
                            ]
                        }
                    }, 
                    "egress": {
                        "acl-sets": {
                            "acl-set": [
                                {
                                    "name": "<key>", 
                                    "ace-statistics": [
                                        {
                                            "matched-octets": "0", 
                                            "name": "<key>", 
                                            "matched-packets": "0"
                                        }
                                    ]
                                }
                            ]
                        }
                    }
                }
            ]
        }, 
        "acl": [
            {
                "aces": {
                    "ace": [
                        {
                            "matches": {
                                "extreme-acl:protocol-mask": 0, 
                                "udp": {
                                    "destination-port": {
                                        "operator": "", 
                                        "lower-port": 0, 
                                        "port": 0, 
                                        "upper-port": 0
                                    }, 
                                    "source-port": {
                                        "operator": "", 
                                        "lower-port": 0, 
                                        "port": 0, 
                                        "upper-port": 0
                                    }, 
                                    "length": 0
                                }, 
                                "extreme-acl:dscp-mask": 0, 
                                "egress-interface": "", 
                                "tcp": {
                                    "destination-port": {
                                        "operator": "", 
                                        "lower-port": 0, 
                                        "port": 0, 
                                        "upper-port": 0
                                    }, 
                                    "reserved": 0, 
                                    "data-offset": 0, 
                                    "acknowledgement-number": 0, 
                                    "urgent-pointer": 0, 
                                    "window-size": 0, 
                                    "flags": "", 
                                    "sequence-number": 0, 
                                    "source-port": {
                                        "operator": "", 
                                        "lower-port": 0, 
                                        "port": 0, 
                                        "upper-port": 0
                                    }
                                }, 
                                "ingress-interface": "", 
                                "extreme-acl:application": {
                                    "group-id": 0, 
                                    "display-id": 0
                                }, 
                                "extreme-acl:ttl-mask": 0, 
                                "extreme-acl:ethertype-mask": 0, 
                                "extreme-acl:type-mask": 0, 
                                "ipv6": {
                                    "protocol": 0, 
                                    "ecn": 0, 
                                    "ttl": 0, 
                                    "source-ipv6-network": "", 
                                    "dscp": 0, 
                                    "length": 0, 
                                    "flow-label": 0, 
                                    "destination-ipv6-network": ""
                                }, 
                                "extreme-acl:code-mask": 0, 
                                "eth": {
                                    "ethertype": 0, 
                                    "destination-mac-address-mask": "", 
                                    "source-mac-address": "", 
                                    "destination-mac-address": "", 
                                    "source-mac-address-mask": ""
                                }, 
                                "icmp": {
                                    "code": 0, 
                                    "type": 0
                                }, 
                                "extreme-acl:ecn-mask": 0, 
                                "extreme-acl:tcp-or-udp": {
                                    "destination-port": {
                                        "operator": "", 
                                        "lower-port": 0, 
                                        "port": 0, 
                                        "upper-port": 0
                                    }, 
                                    "source-port": {
                                        "operator": "", 
                                        "lower-port": 0, 
                                        "port": 0, 
                                        "upper-port": 0
                                    }
                                }, 
                                "ipv4": {
                                    "identification": 0, 
                                    "protocol": 0, 
                                    "ecn": 0, 
                                    "offset": 0, 
                                    "dscp": 0, 
                                    "length": 0, 
                                    "source-ipv4-network": "", 
                                    "flags": "", 
                                    "ihl": 0, 
                                    "ttl": 0, 
                                    "destination-ipv4-network": ""
                                }
                            }, 
                            "extreme-acl:name": "ONE", 
                            "statistics": {
                                "matched-octets": "0", 
                                "matched-packets": "0"
                            }, 
                            "actions": {
                                "extreme-acl:mirror-dest": 0, 
                                "forwarding": "", 
                                "logging": "", 
                                "extreme-acl:trap": "", 
                                "extreme-acl:cos": 0
                            }
                        }
                    ]
                }, 
                "extreme-acl:application": "", 
                "extreme-acl:name": "ONE", 
                "type": ""
            }
        ]
    }
}