FAQ: SNMP on NetScaler Appliance

https://support.citrix.com/article/CTX122436

https://docs.citrix.com/content/dam/docs/en-us/netscaler/10/downloads/ctx132381.htm

https://docs.citrix.com/en-us/netscaler/10-1/ns-reference-con/netscaler-snmp-oid-reference.html

https://docs.citrix.com/content/dam/docs/en-us/netscaler/12/downloads/netscaler-12-snmp-oid-reference.pdf

https://developer-docs.citrix.com/projects/netscaler-snmp-oid-reference/en/12.0/

Question and Answers

This article contains frequently asked questions about the Simple Network Management Protocol (SNMP) in the NetScaler appliance.

Q: Is the SET operation for SNMP supported on the NetScaler appliance?

A: No. By default, the NetScaler appliance does not support the SET operation for SNMP. However, if you want to enable the SET operation for SNMP on the NetScaler appliance, contact the Citrix Support team.

Q: What SNMP operations are supported when a community is GET on the NetScaler appliance?

A: When a community is GET, only the SNMP GET is supported. The SNMP GetNext or bulk operations are not supported on this community.

The following is an example for the operations supported on this community:

test# ./snmpget -c private <Host_Address>  system.sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: NetScaler NS9.0: Build 69.5, Date: Jun 12 2009, 06:00:53
test# ./snmpgetnext -c private <Host_Address> system.sysDescr.0
Timeout: No Response from <host>

Q: What is the procedure to load a Management Base Information (MIB) file to the SNMP Manager on a NetScaler appliance?

A: The procedure to load an MIB file to the SNMP Manager depends on the type of the SNMP Manager. Use any of the following procedures to load an MIB file to the Net SNMP Manager:

To load the MIB file to a UNIX based server by copying it, complete the following procedure:

  1. Copy the MIB file to the /usr/local/share/snmp/mibs/ directory.
    Note that the mibs directory location might vary between different UNIX distributions.

  2. Open the snmp.conf file in a text editor, such as the vi editor.

  3. Add the following entries to the file:
    mibs +IF-MIB
    mibs +NS-ROOT-MIB

  4. Save and close the file.

  5. Run the following command:
    net-snmp-config --snmpconfpath

To load the MIB file by running the snmp command on a UNIX based server, run the following command:

./snmpget -m ./NS-MIB-smiv2.mib -c public <Host_Address> httpTotResponses.0
NS-ROOT-MIB::httpTotResponses.0 = Counter64: 368

Q: How can you identify the object values from the trap messages on the NetScaler appliance?

A: The SNMP Manager receives the netScalerConfigChange trap message when a virtual server is enabled or disabled. The following is the MIB definition for the trap message:

netScalerConfigChange  NOTIFICATION-TYPE
OBJECTS { nsUserName , configurationCmd , authorizationStatus ,
commandExecutionStatus , sysIpAddress
}
"This trap is sent when the configuration on the NetScaler is changed."
::= { netScalerEventsV2 25 }

The following is the sample output of the trap message:

2009-08-19 22:02:05 10.102.14.230 [UDP: [0.0.0.0]->[10.102.14.230]:3000]:
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (111347565) 12 days, 21:17:55.65
SNMPv2-MIB::snmpTrapOID.0 = OID: NS-ROOT-MIB::netScalerConfigChange
NS-ROOT-MIB::nsUserName.0 = STRING: "nsroot"
NS-ROOT-MIB::configurationCmd.0 = STRING: "disable lb vserver namivserver"
NS-ROOT-MIB::authorizationStatus.0 = INTEGER: authorized(1)
NS-ROOT-MIB::commandExecutionStatus.0 = INTEGER: successful(2)
NS-ROOT-MIB::sysIpAddress.0 = IpAddress: 10.102.14.230
2009-08-19 22:02:05 10.102.14.230 [UDP: [0.0.0.0]->[10.102.14.230]:3000]:

In the preceding sample, the authorizationStatus.0 object has the authorized(1) value. The entry in the output is highlighted in bold face for your reference.

Q: On a NetScaler appliance, is it possible to receive a trap message on the SNMP Manager by using a different port than the default port?

A: Yes. By default, the trap messages are received on port 162. You can run the following command to set another port to receive the trap messages on the SNMP Manager:

./snmptrapd -c  /root/snmptrapd.conf -P udp:<New_Port_Number>

Q: Does the NetScaler appliance support the inform messages?

A: No. The NetScaler appliance does not support the inform messages.

Q: What are the commands to configure SNMP on a NetScaler appliance?

A: You can run the following commands to configure SNMP on a NetScaler appliance:

add snmp community <Community_Name> <Access>
add snmp trap generic <Manager_Address>
add snmp trap specific <Manager_Address>

You can also run the following command to enable threshold value related alarms:

set snmp alarm <Alarm_Name> -time <Threshold_Value>

Q: What is the location of the NetScaler MIB file?

A: The NetScaler MIB files, NS-MIB-smiv1.mib and NS-MIB-smiv2.mib, are available in the /netscaler/snmp directory of the NetScaler appliance or in the Downloads section in the GUI. All Object IDs (OIDs) are available in the mib.txt and trap.txt files available in the /netscaler/snmp directory.

Additional Resources

SNMP version 3 queries are now supported on the NetScaler SDX appliance. SNMPv3 enhances the basic architecture of SNMPv1 and SNMPv2 to incorporate administration and security capabilities, such as authentication, access control, data integrity check, data origin verification, message timeliness check, and data confidentiality.

NetScaler 12 OID Reference

Question:
Can we Disable SNMP v1 because Set "add snmp community citrix All" from NetScaler Device will enable both SNMP v1 and v2.

Answer: Deactivation of the a specific snmp version is not supported.

Question:

Does SNMP Monitoring work for Admin Partitions ?

Answer:

Yes, SNMP Monitoring is supported in NetScaler firmware 12.0-56.x and above.
The SNMP Get and Walk functionalities are now supported on a partitioned NetScaler appliance for monitoring resource utilization details such as bandwidth, memory, or connection resources.

This was worked under the enhancement request - ENH0676597

Question:
Can we Disable SNMP v1 because Set "add snmp community citrix All" from NetScaler Device will enable both SNMP v1 and v2.

Answer: Deactivation of the a specific snmp version is not supported.

Question : Customer needs to monitor the individual interface statics via SNMP. Does NetScaler have OIDs to gather information on per interface basis?

Answer : Currently NetScaler doesn’t have SNMP OIDs to monitor the traffic per interface level. Netscaler has option for cumulative values only.
 
 An Enhancement 0695767 is raised to add this functionality to NetScaler 

FAQ: SNMP on NetScaler Appliance的更多相关文章

  1. Spanning Tree Protocol (STP) in NetScaler Appliance

    Spanning Tree Protocol (STP) in NetScaler Appliance 来源 https://support.citrix.com/article/CTX112341 ...

  2. SNMP OID Reference - NetScaler 10

    SNMP OID Reference - NetScaler 10 https://docs.citrix.com/content/dam/docs/en-us/netscaler/10/downlo ...

  3. NetScaler ‘Counters’ Grab-Bag!

    NetScaler ‘Counters’ Grab-Bag! https://www.citrix.com/blogs/author/andrewre/ https://www.citrix.com/ ...

  4. NetScaler Best Practice With VMAC In A High Availability Configuration

    NetScaler Best Practice With VMAC In A High Availability Configuration https://www.citrix.com/blogs/ ...

  5. How to Create a Perl Based Custom Monitor on NetScaler

    How to Create a Perl Based Custom Monitor on NetScaler https://support.citrix.com/article/CTX227727 ...

  6. NetScaler 10.1的配置以及结合StoreFront的部署

    工作需要,所以英文+中文,绝壁不是装逼...(关于这点勿喷) This post will cover only the basics for getting NetScaler up and run ...

  7. NetScaler + Wireshark = A Perfect Combination!

    NetScaler + Wireshark = A Perfect Combination! https://www.citrix.com/blogs/2014/05/03/netscaler-wir ...

  8. Give NetScaler a “Tune-Up”

    Give NetScaler a “Tune-Up” https://www.citrix.com/blogs/2014/10/21/give-netscaler-a-tune-up/ To Opti ...

  9. NetScaler VLAN’s Demystified

    NetScaler VLAN’s Demystified https://www.citrix.com/blogs/2014/12/29/netscaler-vlans-demystified/ Th ...

随机推荐

  1. .NET中获取当前的IP地址

    /// <summary> /// 获取本地IP地址信息 /// </summary> public static string GetAddressIP() { ///获取本 ...

  2. 初学Node.js -环境搭建

    从毕业一直到现在都是在做前端,总感觉缺少点什么,java? PHP? .Net? 框架太多了,学起来不好掌握,听说node.js挺牛的,我决定把node.js好好的学一下.首先是环境的配置,这个配置真 ...

  3. C# 用HttpWebRequest模拟一个虚假的IP伪造ip

    有人会说:IP验证是在TCP层完成的,不是HTTP层完成的,如果伪造IP的话可能连TCP的三次握手都完不成.我这里说的不是完全意义的伪造.如果你使用透明代理上网,那么在透明代理发送给服务器端的HTTP ...

  4. python学习——函数

     一.在python的世界里什么是函数: 答:函数通常是用来实现某一个功能二被封装成的一个对象,是用来实现代码复用的常用方式 现在有一个需求,假如你在不知道len()方法的情况下,要你计算字符串‘he ...

  5. vue---day03

    1. Vue的生命周期 - 创建和销毁的时候可以做一些我们自己的事情 - beforeCreated - created - beforeMount - mounted - beforeUpdate ...

  6. R语言绘图:词云图

    使用wordcloud2绘制词云图 library(wordcloud2) findwords<-function(tf){ txt<-scan(tf,"") wl&l ...

  7. 剑指offer题目系列二

    本篇延续上一篇,介绍<剑指offer>第二版中的四个题目:从尾到头打印链表.用两个栈实现队列.旋转数组的最小数字.二进制中1的个数. 5.从尾到头打印链表 题目:输入一个链表的头结点,从尾 ...

  8. Spring 的好处?

    1.降低了组件之间的耦合性 ,实现了软件各层之间的解耦 2.可以使用容易提供的众多服务,如事务管理,消息服务等 3.容器提供单例模式支持 4.容器提供了AOP技术,利用它很容易实现如权限拦截,运行期监 ...

  9. docker学习(三) 安装docker的web可视化管理工具

    1.docker是一个一款很轻便的应用容器引擎,为了更好的管理和使用docker,使用web可视化管理工具似乎更符合大多数人的需求.在这里,我给大家分享下自己使用过的几款web工具:docker UI ...

  10. es同步mysql同步-logstash

    1.下载es https://www.elastic.co/downloads/elasticsearch 修改 config 下elasticsearch.yml   ip和端口等配置 2.下载ki ...