From 793ee652687c5e22e35c4e8806b125ee4c9335fb Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Sun, 6 Jun 2010 22:19:54 +0000 Subject: [PATCH] r3761 added LLDP status command to VRP53 connector script --- gateways/deviceconfig/vrp53.connector | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gateways/deviceconfig/vrp53.connector b/gateways/deviceconfig/vrp53.connector index 082c8393..5264ade7 100755 --- a/gateways/deviceconfig/vrp53.connector +++ b/gateways/deviceconfig/vrp53.connector @@ -51,6 +51,10 @@ get8021q) printf 'display current-configuration\n' >> "$SESSION" outfile="$WORKFILE" ;; +getlldpstatus) + printf 'display lldp neighbor\n' >> "$SESSION" + outfile="$WORKFILE" + ;; deploy) cat "$WORKFILE" >> "$SESSION" outfile=/dev/null -- 2.25.1