Saturday, June 25, 2011

The 'max-lsa' OSPF Router Subcommand Parameters

Router#sh ver | i IOS
Cisco IOS Software, 3600 Software (C3640-TELCO-M), Version 12.4(23), RELEASE SOFTWARE (fc1)
Router#
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#router ospf 100
Router(config-router)#max-lsa ?
  <1-4294967294>  Maximum number of non self-generated LSAs this process can
                  receive

Router(config-router)#max-lsa 100 ?
  <1-100>       Threshold value (%) at which to generate a warning msg
  ignore-count  maximum number of times adjacencies can be suppressed
  ignore-time   time during which all adjacencies are suppressed
  reset-time    time after which ignore-count is reset to zero
  warning-only  Only give warning message when limit is exceeded
  <cr>

Router(config-router)#max-lsa 100 100 ?
  ignore-count  maximum number of times adjacencies can be suppressed
  ignore-time   time during which all adjacencies are suppressed
  reset-time    time after which ignore-count is reset to zero
  warning-only  Only give warning message when limit is exceeded
  <cr>

Router(config-router)#max-lsa 100 100 warning-only ?
  <cr>

Router(config-router)#
Router(config-router)#max-lsa 100 100 ignore-count ?
  <1-65534>  count on how many times adjacencies can be suppressed

Router(config-router)#max-lsa 100 100 ignore-count 100 ?
  ignore-time  time during which all adjacencies are suppressed
  reset-time   time after which ignore-count is reset to zero
  <cr>

Router(config-router)#max-lsa 100 100 ignore-count 100 ignore-time ?
  <1-17895>  number of minutes during which all adjacencies are suppressed

Router(config-router)#max-lsa 100 100 ignore-count 100 ignore-time 100 ?
  reset-time  time after which ignore-count is reset to zero
  <cr>

Router(config-router)#max-lsa 100 100 ignore-count 100 ignore-time 100 reset-time ?
  <2-35791>  number of minutes after which ignore-count is reset to zero

Router(config-router)#max-lsa 100 100 ignore-count 100 ignore-time 100 reset-time 100 ?
  <cr>

Router(config-router)#

No comments:

Post a Comment