summaryrefslogtreecommitdiff
path: root/routers/cisco.php
diff options
context:
space:
mode:
Diffstat (limited to 'routers/cisco.php')
-rw-r--r--routers/cisco.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/cisco.php b/routers/cisco.php
index d1b65b2..bebec78 100644
--- a/routers/cisco.php
+++ b/routers/cisco.php
@@ -48,8 +48,8 @@ final class Cisco extends Router {
case 'as':
if (match_as($parameters)) {
- $commands[] = 'show bgp ipv4 unicast quote-regexp "^'.$parameters.'$"';
- $commands[] = 'show bgp ipv6 unicast quote-regexp "^'.$parameters.'$"';
+ $commands[] = 'show bgp ipv4 unicast quote-regexp "^'.$parameters.'_"';
+ $commands[] = 'show bgp ipv6 unicast quote-regexp "^'.$parameters.'_"';
} else {
throw new Exception('The parameter is not an AS number.');
}