Skip to content
Snippets Groups Projects
Commit d096d0f7 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

P-to-PE - updated list of pre and post check commands

According to the NE Test Plan.
parent 707ddc2e
No related branches found
No related tags found
1 merge request!199P to PE: PRE and POST checks
Pipeline #90781 passed
...@@ -20,17 +20,46 @@ router_tier: "{{ subscription.router.router_site.site_tier }}" ...@@ -20,17 +20,46 @@ router_tier: "{{ subscription.router.router_site.site_tier }}"
router_role: "{{ subscription.router.router_role }}" router_role: "{{ subscription.router.router_role }}"
post_check_commands: post_check_commands:
- command: show router * route-table summary - command: show router route-table summary | match ISIS
description: Route summary - command: show router isis interface | match '^[a-z]'
- command: show router ldp session - command: show router isis adjacency | match '^[a-z]'
description: Check ldp - command: show router mpls interface | match '^[a-z]'
- command: show router rsvp interface | match '^[a-z]'
- command: show router rsvp neighbor | match '^[1-9]'
- command: show router rsvp session | match "Up"
- command: show router pim interface | match "Up"
- command: show router pim neighbor | match '^[a-z|A-Z]'
- command: show router pim status | match '(State|RPF Table)'
- command: show router pim group | match '^[1-9]' | no-more
- command: show router route-table mcast-ipv4 summary
- command: show router route-table mcast-ipv6 summary
- command: show router bgp summary group "iGEANT"
- command: show router bgp summary group "iGEANT6"
- command: show router bgp summary group "iGEANT-P-ONLY"
- command: show router bgp summary group "iGEANT6-P-ONLY"
- command: show service sdp - command: show service sdp
description: SDP summary - command: show router route-table 0.0.0.0/0
- command: show router origin-validation rpki-session - command: show router route-table ::/0
description: Show RPKI sessions - command: show router Base route-table summary
- command: show router 21320 route-table summary
- command: show cflowd status | match '(Timeout|Retrans)'
- command: show cflowd collector | match '^[0-9]'
- command: show router Base origin-validation rpki-session detail
- command: show router Base bgp routes 5.150.67.0/24 detail | match '(Network|Final|Community|Attri)'
- command: show router Base bgp routes community ext:4300:0 | count
- command: show router Base bgp routes community ext:4300:1 | count
pre_check_commands: pre_check_commands:
- command: show router * route-table summary
- command: show router route-table summary | match ISIS - command: show router route-table summary | match ISIS
- command: show router isis interface | match '^[a-z]' - command: show router isis interface | match '^[a-z]'
- command: show router isis adjacency | match '^[a-z]' - command: show router isis adjacency | match '^[a-z]'
- command: show router mpls interface | match '^[a-z]'
- command: show router rsvp interface | match '^[a-z]'
- command: show router rsvp neighbor | match '^[1-9]'
- command: show router rsvp session | match "Up"
- command: show router pim interface | match "Up"
- command: show router pim neighbor | match '^[a-z|A-Z]'
- command: show router pim status | match '(State|RPF Table)'
- command: show router pim group | match '^[1-9]' | no-more
- command: show router route-table mcast-ipv4 summary
- command: show router route-table mcast-ipv6 summary
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment