Viewing SNMP-Accessor for BGP domain
search cancel

Viewing SNMP-Accessor for BGP domain

book

Article ID: 315783

calendar_today

Updated On:

Products

VMware Smart Assurance VMware Telco Cloud Service Assurance

Issue/Introduction

Reviewing the status of the SNMP_AccessorInterface for BGP domain

Environment

Smarts - 10.x

TCSA - 2.x

Resolution

To view the SNMP-Accessor value for the BGP domain, run the following command:

dmctl -s <BGP domain name> get 'SNMP_AccessorInterface::SNMP-Poller'

The above output will provide information such as the timeout value (num_timeout) for the BGP domain

 

Additional Information

Following are properties of the SNMP_AccessorInterface class:

CreationClassName = <string>
Name = <string>
ServiceName = <string>
V1_continue_poll_after_error = <boolean>
accessor_polling_defaults = <structure>
accessor_started = <boolean>
allow_on_demand_gets = <boolean>
avg_active_processing_time = <double>
avg_get_time = <double>
avg_idle_processing_time = <double>
avg_late_polling = <double>
avg_lock_wait = <double>
avg_request_size = <unsigned long>
enableLoopback = <boolean>
gets_causing_request_percentage = <unsigned long>
gets_from_cache_percentage = <unsigned long>
instance_instrumentations = <structure set>
max_active_processing_time = <double>
max_get_time = <double>
max_idle_processing_time = <double>
max_late_polling = <double>
max_lock_wait = <double>
min_get_time = <double>
nonV1_error_disables_poll = <boolean>
num_other_failures = <unsigned long>
num_threads = <unsigned int>
num_timeouts = <unsigned long>
on_demand_gets_percentage = <unsigned long>
operation_size = <unsigned int>
periodic_gets_per_second = <double>
periodic_gets_percentage = <unsigned long>
piggybackAtStartup = <boolean>
piggybackEnabled = <boolean>
piggybackPerObject = <boolean>
polling_parameters = <structure set>
statistics_time = <double>
suspendMonitoring = <boolean>
total_active_poll_actions = <unsigned long>
total_get_nexts = <unsigned long>
total_gets_from_cache = <unsigned long>
total_instrumentation_get_requests = <unsigned long>
total_on_demand_gets = <unsigned long>
total_periodic_gets = <unsigned long>
total_poll_actions = <unsigned long>
total_repos_gets = <unsigned long>

List of property is obtained by running

./dmctl -s <BGP domain name> getProp SNMP_AccessorInterface