Configuration Guide

Table Of Contents
©2021 Extreme Networks, Inc. All rights reserved
October 2021
341
In reference to each switch, verify the following information:
Option Verify
Next
PROT
TYPE
All local interfaces should display LOC whereas all learned routes should
display ISIS with the appropriate next-hop address and type of IBSV. The
next hop ISIS System-name should be displayed for remote networks
22.8.6.6 Verify VRF L3 operations
Step 1 - Use ping command to verify network connectivity to neighbors
ping <host> vrf <value> source <source ip>
Results: Example from 4002
4002:
4002:1#ping 192.168.133.1 vrf red source 192.168.15.2
192.168.133.1 is alive
4002:1#ping 192.168.33.1 vrf blue source 192.168.5.2
192.168.33.1 is alive
4002:1#ping 192.168.33.2 vrf blue source 192.168.5.2
192.168.33.2 is alive
Step 2 - Use traceroute command to verify network connectivity to neighbors
traceroute <host> vrf <value> source <source ip>
Results: Example from 4002
4002:
4002:1#traceroute 192.168.133.1 vrf red source 192.168.15.2
traceroute to 192.168.133.1, 30 hops max, 56 byte packets (vrf red)
1 192.168.133.1 1.997 ms 2.773 ms 1.808 ms
4002:1#traceroute 192.168.33.1 vrf blue source 192.168.5.2
traceroute to 192.168.33.1, 30 hops max, 56 byte packets (vrf blue)
1 192.168.33.1 1.847 ms 2.424 ms 1.706 ms