Skip to content

Commit

Permalink
Added missing Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
samitabh authored and zhangyanzhao committed May 23, 2023
1 parent b28a085 commit 85955c2
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions doc/pac/Port Access Control.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,23 @@ session_time = 1*10DIGIT ; Client session time.
num_clients_auth = 1*10DIGIT ;number of clients authenticated
```

***STATE_OPER_PORT***
```
"STATE_OPER_PORT": {
{
"Ethernet0": {
"learn_mode": "cpu_trap",
"acquired": "true",
}
}
}
;field = value
learn_mode = 1*255VCHARS ; learn mode
acquired = 1*255VCHARS ; whether the port is acquired by PAC
```

***STATE_OPER_VLAN***
```
"STATE_OPER_VLAN_MEMBER": {
Expand All @@ -558,6 +575,26 @@ tagging_mode = 1*255VCHARS ; tagging mode
```

***STATE_OPER_FDB***
```
"STATE_OPER_FDB": {
"Vlan10": [
{
"00:00:00:00:00:01": {
"port": "Ethernet0",
"type": "static",
}
}
]
}
;field = value
port = 1*255VCHARS ; port
type = 1*255VCHARS ; FDB entry type
```


## 3.3 Switch State Service Design

### 3.3.1 Vlan Manager
Expand Down

0 comments on commit 85955c2

Please sign in to comment.