Skip to content

Commit

Permalink
dot1x_fail_vlan setting + doc
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Sep 14, 2021
1 parent 221cc47 commit 46b4e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reporef/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ Contains base system settings like:
- flow_collectors
- dhcp_relays
- internal_vlans
- dot1x_fail_vlan: Numeric ID of authentication fail VLAN

Example of base_system.yml:

Expand All @@ -346,6 +347,7 @@ Example of base_system.yml:
internal_vlans:
vlan_id_low: 3006
vlan_id_high: 4094
dot1x_fail_vlan: 13


syslog_servers and radius_severs can optionally have the key "port" specified
Expand Down
1 change: 1 addition & 0 deletions src/cnaas_nms/db/settings_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ class f_root(BaseModel):
extroute_ospfv3: Optional[f_extroute_ospfv3]
extroute_bgp: Optional[f_extroute_bgp]
internal_vlans: Optional[f_internal_vlans]
dot1x_fail_vlan: Optional[int] = vlan_id_schema_optional
cli_prepend_str: str = ""
cli_append_str: str = ""

Expand Down

0 comments on commit 46b4e27

Please sign in to comment.