summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeepti Kulkarni <deepti@vyatta.com>2012-09-14 14:54:31 -0700
committerDeepti Kulkarni <deepti@vyatta.com>2012-09-14 14:54:31 -0700
commit92b67d011c8401f312517933c7578bd510b3b16f (patch)
tree70778511ea1ca640af8ff1937978338977deeedf
parent6798f024b7867b97585a448e3936465993bdbb32 (diff)
downloadvyatta-op-92b67d011c8401f312517933c7578bd510b3b16f.tar.gz
vyatta-op-92b67d011c8401f312517933c7578bd510b3b16f.zip
bug fix for 8274 - fix deprecated commands in show tech support.
-rwxr-xr-xfunctions/tech-support18
1 files changed, 7 insertions, 11 deletions
diff --git a/functions/tech-support b/functions/tech-support
index 088158a..fcc5d69 100755
--- a/functions/tech-support
+++ b/functions/tech-support
@@ -369,10 +369,6 @@ tail -n 250 /var/log/messages
header NTP
show ntp
-header Zebra
-show zebra
-
-
###
# End of Core section
###
@@ -385,7 +381,7 @@ if cli-shell-api existsActive protocols bgp; then
header BGP Neighbors
show ip bgp neighbors
header BGP Debugging Information
- show debugging bgp
+ show monitoring protocols bgp
else
echo "BGP is not configured"
fi
@@ -461,8 +457,8 @@ header FIREWALL
if cli-shell-api existsActive firewall; then
header Firewall Group
show firewall group
- header Firewall Detail
- show firewall detail
+ header Firewall Summary
+ show firewall summary
header Firewall Statistics
show firewall statistics
else
@@ -539,7 +535,7 @@ if cli-shell-api existsActive protocols ospf; then
header OSPF Route
show ip ospf route
header OSPF Debugging Information
- show debugging ospf
+ show monitoring protocols ospf
else
echo "OSPF is not configured"
fi
@@ -547,7 +543,7 @@ fi
header OSPFV3
if cli-shell-api existsActive protocols ospfv3; then
header OSPFV3 Debugging Information
- show debugging ospfv3
+ show monitoring protocols ospfv3
else
echo "OSPFV3 is not configured"
fi
@@ -581,7 +577,7 @@ if cli-shell-api existsActive protocols rip; then
header RIP Status
show ip rip status
header RIP Debugging Information
- show debugging rip
+ show monitoring protocols rip
else
echo "RIP is not configured"
fi
@@ -589,7 +585,7 @@ fi
header RIPNG
if cli-shell-api existsActive protocols ripng; then
header RIPNG Debugging Information
- show debugging ripng
+ show monitoring protocols ripng
else
echo "RIPNG is not configured"
fi