6 show ip arp vrf, 7 clear ip arp vrf – CANOGA PERKINS 9175 Command Reference User Manual

Page 365

Advertising
background image

CanogaOS Command Reference

20-5

20.6 show ip arp vrf

Use this command to show arp entry in vrf.

Command Syntax

show ip arp vrf VRF-NAME

NAME: VPN Routing/Forwarding instance name

Command Mode

Privileged EXEC mode

Usage

This example shows how to display all arp entry in the arp table of the vrf.

Swithc#show ip arp vrf ComA

Protocol Address Age (min) Hardware Addr Interface

Internet 1.1.1.1 - 0000.1111.2222

Examples

Switch#show ip arp vrf ComA

Related Commands

a

rp vrf : add one static arp entry in vrf.

20.7 clear ip arp vrf

Use this command to delete a static routing entry from arp table for the vrf.

Command Syntax

clear ip arp

vrf VRF-NAME A.B.C.D

VRF-NAME: VPN Routing/Forwarding instance name

A.B.C.D: IP address of the ARP entry

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

Advertising