From 3be20920212f083497f9aaac36de36bfb50f50ba Mon Sep 17 00:00:00 2001 From: Hua Liu <58683130+liuh-80@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:23:05 +0800 Subject: [PATCH] Update TACACS+ Server Monitor.md --- doc/aaa/TACACS+ Server Monitor.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/aaa/TACACS+ Server Monitor.md b/doc/aaa/TACACS+ Server Monitor.md index 02acd59c9c5..3f51ab327d0 100644 --- a/doc/aaa/TACACS+ Server Monitor.md +++ b/doc/aaa/TACACS+ Server Monitor.md @@ -76,7 +76,8 @@ high_latency_threshold = 1*5DIGIT ; High latency threshold in ms, default is - Any server latency is bigger than high_latency_threshold. - When hostcfgd generate TACACS config file, server priority calculated according to following rules: - Get server priority info from CONFIG_DB TACPLUS_SERVER table. - - Change high latency server and un-reachable server priority to 1, this is because 1 is the smallest priority, and SONiC device will use high priority server first. + - Change high latency server to 1, this is because 1 is the smallest priority, and SONiC device will use high priority server first. + - Un-reachable server will not include in TACACS config file. - If other server also has priority 1 in CONFIG_DB, change priority to 2 - If other server priority is no 1, using original priority in CONFIG_DB @@ -85,4 +86,4 @@ high_latency_threshold = 1*5DIGIT ; High latency threshold in ms, default is ## TACACS+ Authentication https://github.com/sonic-net/SONiC/blob/master/doc/aaa/TACACS%2B%20Authentication.md ## SONiC TACACS+ improvement -https://github.com/sonic-net/SONiC/blob/master/doc/aaa/TACACS%2B%20Design.md \ No newline at end of file +https://github.com/sonic-net/SONiC/blob/master/doc/aaa/TACACS%2B%20Design.md