Tuesday, October 25, 2016

IPDR Configuration----ipdr session name

ipdr session name

Function

The ipdr session command is used to create an Internet Protocol Detail Record (IPDR) session or modify the existing session's name and description information. The created session is in the deactivated state.
The undo ipdr session is used to delete an IPDR session. After a session is deleted, its associated template and the association between the session type and collector are also deleted.
To activate a session, run the ipdr session activate command. To deactivate an activated session, run the ipdr session deactivate command. Only the session in the deactivated state can be modified (session name and description information) or deleted.

Format

ipdr session id name name desc description
undo ipdr session id

Parameters

Parameter Description Value
id Indicates a session uniquely. Numeral type. Range: 1-255.
name name Indicates the session name. Character string type, a string of 1-20 characters.
desc description Indicates the description of the session. Character string type, a string of 1-64 characters.

Modes

Global config mode, MA5683TMA5608TMA5680T

Level

Administrator level

Usage Guidelines

A maximum of 30 sessions can be created.

Example

Assume that:
  • Session ID: 1
  • Session name: huawei
  • Description: huawei
To create such an IPDR, do as follows:
huawei(config)#ipdr session
{ activate<K>|deactivate<K>|id<U><1,255> }:1
{ collector<K>|name<K>|template<K> }:name
{ name<S><Length 1-20> }:huawei
{ desc<K> }:desc
{ description<S><Length 1-64> }:huawei
  Command:
          ipdr session 1 name huawei desc huawei
Assume that:
  • Session ID: 1
  • Session name: huawei
  • Session description: huawei
To change the name and description for test of the IPDR session, do as follows:
huawei(config)#ipdr session
{ activate<K>|deactivate<K>|id<U><1,255> }:1
{ collector<K>|name<K>|template<K> }:name
{ name<S><Length 1-20> }:test
{ desc<K> }:desc
{ description<S><Length 1-64> }:test
  Command:
          ipdr session 1 name test desc test
Assume that:
  • Session ID: 1
  • Session name: test
  • Description: test
To delete such a session, do as follows:
huawei(config)#undo ipdr session
{ id<U><1,255> }:1
{ <cr>|collector<K> }:

  Command:
          undo ipdr session 1

System Response


Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd.

No comments:

Post a Comment