lsn-logprofile¶
The following operations can be performed on "lsn-logprofile":
add lsn logprofile¶
Add LSN logging Profile.
Synopsis¶
add lsn logprofile <logProfileName> [-logSubscrInfo ( ENABLED | DISABLED )] [-logCompact ( ENABLED | DISABLED )] [-logipfix ( ENABLED | DISABLED ) [-analyticsProfile <string>]] [-logSessDeletion ( ENABLED | DISABLED )]
Arguments¶
logProfileName
The name of the logging Profile.
logSubscrInfo
Subscriber ID information is logged if option is enabled.
Possible values: ENABLED, DISABLED Default value: DISABLED
logCompact
Logs in Compact Logging format if option is enabled.
Possible values: ENABLED, DISABLED Default value: ENABLED
logipfix
Logs in IPFIX format if option is enabled.
Possible values: ENABLED, DISABLED Default value: DISABLED
analyticsProfile
Name of the Analytics Profile attached to this lsn profile.
logSessDeletion
LSN Session deletion will not be logged if disabled.
Possible values: ENABLED, DISABLED Default value: ENABLED
Example¶
add lsn logprofile profile1 -logSubscrInfo ENABLED
rm lsn logprofile¶
Remove LSN logging Profile.
Synopsis¶
rm lsn logprofile <logProfileName>
Arguments¶
logProfileName
The name of the logging Profile.
Example¶
rm lsn logprofile profile1
set lsn logprofile¶
Set LSN logging Profile.
Synopsis¶
set lsn logprofile <logProfileName> [-logSubscrInfo ( ENABLED | DISABLED )] [-logCompact ( ENABLED | DISABLED )] [-logipfix ( ENABLED | DISABLED )] [-analyticsProfile <string>] [-logSessDeletion ( ENABLED | DISABLED )]
Arguments¶
logProfileName
The name of the logging Profile.
logSubscrInfo
Subscriber ID information is logged if option is enabled.
Possible values: ENABLED, DISABLED Default value: DISABLED
logCompact
Logs in Compact Logging format if option is enabled.
Possible values: ENABLED, DISABLED Default value: ENABLED
logipfix
Logs in IPFIX format if option is enabled.
Possible values: ENABLED, DISABLED Default value: DISABLED
analyticsProfile
Name of the Analytics Profile attached to this lsn profile.
logSessDeletion
LSN Session deletion will not be logged if disabled.
Possible values: ENABLED, DISABLED Default value: ENABLED
Example¶
set lsn logprofile profile1 -logSubscrInfo ENABLED
unset lsn logprofile¶
Use this command to remove lsn logprofile settings.Refer to the set lsn logprofile command for meanings of the arguments.
Synopsis¶
unset lsn logprofile <logProfileName> [-logSubscrInfo] [-logCompact] [-logipfix] [-analyticsProfile] [-logSessDeletion]
show lsn logprofile¶
Display LSN logging Profile.
Synopsis¶
show lsn logprofile [<logProfileName>]
Arguments¶
logProfileName
The name of the logging Profile.
Output¶
logSubscrInfo
Subscriber ID information is logged if option is enabled.
logCompact
Logs in Compact Logging format if option is enabled.
logipfix
Logs in IPFIX format if option is enabled.
analyticsProfile
Name of the Analytics Profile attached to this lsn profile.
logSessDeletion
LSN Session deletion will not be logged if disabled.
devno
count
stateflag
Example¶
show lsn logprofile profile1