Tuesday, October 25, 2016

IPDR Configuration----ipdr session collector

ipdr session collector

Function

The ipdr session collector command is used to configure the collector and its priority for a specific session. The collector with a higher priority become the active collector earlier than other collectors.
The undo ipdr session collector command is used to delete the association between the collector and session.

Format

ipdr session id collector name priority priority
undo ipdr session id collector name

Parameters

Parameter Description Value
id Indicates a session uniquely. Numeral type. Range: 1-255.
collector name Indicates the name of the collector. Character string type, a string of 1-20 characters.
priority priority Indicates the priority of the collector.
Numeral type. Range: 1-10.
NOTE:
Value 1 represents the highest priority.

Modes

Global config mode, MA5683T, MA5680T, MA5608T

Level

Administrator level

Usage Guidelines

  • Only the associated configuration of deactivated sessions can be changed. Therefore, to change the association configuration of sessions, run the ipdr session deactivate command to deactivate sessions.
  • A maximum of two collectors can be configured for one session.

Example

To associate a collector whose priority is 6 with a session whose ID is 1, do as follows:
huawei(config)#ipdr session
{ activate<K>|deactivate<K>|id<U><1,255> }:1
{ collector<K>|name<K>|template<K> }:collector
{ name<S><Length 1-20> }:huawei
{ priority<K> }:priority
{ priority<U><1,10> }:6

  Command:
          ipdr session 1 collector huawei priority 6
To delete a collector whose name is huawei associated with a session whose ID is 1, do as follows:
huawei(config)#undo ipdr session
{ id<U><1,255> }:1
{ <cr>|collector<K> }:collector
{ name<S><Length 1-20> }:huawei

  Command:
          undo ipdr session 1 collector huawei

No comments:

Post a Comment