Skip to content

Commit

Permalink
add new show commands
Browse files Browse the repository at this point in the history
show diff-config
show ip 
show inet
show inet6 
show route
move show monitor to the end of the file (needs ctrl c to exit
  • Loading branch information
smytht authored May 24, 2023
1 parent 873bb21 commit 68e1111
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions test/basic-show-run.nshrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
enable
show
show run
show startup
show running-config
show startup-config
show diff-config
show hostname
show interface
show interface status
show autoconf
show route
show route6
show sadb
show arp
show ndp
show ip
show inet
show inet6
show vlan
show bridge
show kernel
Expand All @@ -25,6 +30,8 @@ show kernel route
show kernel carp
show kernel mbuf
show kernel pf
show route
show route6
show bgp
show bgp announced
show bgp interfaces
Expand All @@ -46,6 +53,19 @@ show ospf6 interfaces
show ospf6 neighbor
show ospf6 rib
show ospf6 summary
show pf all
show pf anchors
show pf info
show pf labels
show pf memory
show pf queues
show pf rules
show pf sources
show pf states
show pf tables
show pf timeouts
show pf osfingerprint
show pf interfaces
show eigrp
show rip
show rip fib
Expand Down Expand Up @@ -85,8 +105,8 @@ show smtp runqueue
show smtp stats
show ldap
show ldap stats
show montior
show version
show users
show help
show ?
show montior

0 comments on commit 68e1111

Please sign in to comment.