From 7ae8361209eb0fa28757fa0601ead8b9d98d0896 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Fri, 11 Mar 2016 10:58:07 -0500 Subject: [PATCH] Issue #766, Fix a typo in the switch configuration command --- .../advanced/networks/ethernet_switches/ethernet_switches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced/networks/ethernet_switches/ethernet_switches.rst b/docs/source/advanced/networks/ethernet_switches/ethernet_switches.rst index 67c8b9a08..3fe88cf15 100644 --- a/docs/source/advanced/networks/ethernet_switches/ethernet_switches.rst +++ b/docs/source/advanced/networks/ethernet_switches/ethernet_switches.rst @@ -37,7 +37,7 @@ xCAT supports many switch types, such as **BNT** and **Cisco**. Here is an examp Switch(config)# snmp-server group xcatadmin v3 auth write v1default Switch(config)# snmp-server community public RO 10 Switch(config)# snmp-server community private RW 10 - Switch(config)# snmp-server enable traps license? + Switch(config)# snmp-server enable traps #. Configure the **snmp** user id (assuming a user/pw of xcat/passw0rd): ::