8 ping vrf – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 407

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 407 of 855

Command Mode

Privileged EXEC mode

Usage

This example shows how to delete a static arp entry in vrf.
Switch(config)# clear ip arp vrf ComA 1.1.1.1

Examples

Switch#no ip arp vrf ComA 1.1.1.1

Related Commands

a

rp vrf : add one static arp entry in vrf.

20.8 ping vrf

Use this command to ping address in vrf.

Command Syntax

ping vrf VRF-NAME WORD

VRF-NAME: VPN Routing/Forwarding instance name
WORD: Ping destination address or hostname

Command Mode

Privileged EXEC mode

Usage

This example shows how to vrf ping.
Switch # ping vrf vpn 1.1.1.1

Examples

Switch # ping vrf vpn 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=0 ttl=64 time=0.114 ms
64 bytes from 1.1.1.1: icmp_seq=1 ttl=64 time=0.087 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=64 time=0.087 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=64 time=0.097 ms
64 bytes from 1.1.1.1: icmp_seq=4 ttl=64 time=0.133 ms

--- 1.1.1.1 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4041ms
rtt min/avg/max/mdev = 0.087/0.103/0.133/0.020 ms, pipe 2

Advertising