access-list standard¶
Configure Standard Access List
standard Specification¶
Type Collection Object Key(s) std Collection Name standard-list Collection URI /axapi/v3/access-list/standard Element Name standard Element URI /axapi/v3/access-list/standard/{std} Element Attributes standard_attributes Schema standard schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/access-list/standard | ||
Create List | POST | /axapi/v3/access-list/standard | ||
Get Object | GET | /axapi/v3/access-list/standard/{std} | ||
Get List | GET | /axapi/v3/access-list/standard | ||
Modify Object | POST | /axapi/v3/access-list/standard/{std} | ||
Replace Object | PUT | /axapi/v3/access-list/standard/{std} | ||
Replace List | PUT | /axapi/v3/access-list/standard | ||
Delete Object | DELETE | /axapi/v3/access-list/standard/{std} |
standard-list¶
standard-list is JSON List of standard attributes
standard-list : [
]
standard attributes¶
std
Description IP standard access list
Type: number
Range: 1-99
stdrules
Type: Listuuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
stdrules¶
Specification Type list Block object keys action
Description ‘deny’: Deny; ‘permit’: Permit; ‘l3-vlan-fwd-disable’: Disable L3 forwarding between VLANs;
Type: string
Supported Values: deny, permit, l3-vlan-fwd-disable
any
Description Any source host
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: any host and subnet are mutually exclusive
host
Description A single source host (Host address)
Type: string
Format: ipv4-address
Mutual Exclusion: host any and subnet are mutually exclusive
log
Description Log matches against this entry
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
rev-subnet-mask
Description Network Mask 0=apply 255=ignore
Type: string
Format: ipv4-rev-netmask
seq-num
Description Sequence number
Type: number
Range: 1-8192
std-remark
Description Access list entry comment (Notes for this ACL)
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
subnet
Description Source Address
Type: string
Format: ipv4-address
Mutual Exclusion: subnet any and host are mutually exclusive
transparent-session-only
Description Only log transparent sessions
Type: boolean
Supported Values: true, false, 1, 0
Default: 0