Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »


The set routing route-map description command adds descriptions to a route-map entry.
The delete routing route-map description command removes descriptions to a route-map entry.

Command Syntax

set routing route-map <route-map-name> <NUMBER> description <wildcard>

delete routing route-map <route-map-name> <NUMBER> description <wildcard>


Parameter

Parameter

Description

route-map <route-map-name>

Specifies the name of the route map. Required.

<NUMBER>

Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535.

description <wildcard>

Specifies descriptions to a route map. The value is a string.


Example

  •  Add descriptions to a route-map entry.
admin@Xorplus# set routing route-map GlobalMap 10 description GlobalMap
admin@Xorplus# commit
  • No labels