Browse Source

Added test fr latest TLV added.

AdrianSimionov 10 years ago
parent
commit
0d7a0a98ee

BIN
tests/eRouter_SNMPv1v2cCoexistance.cm


+ 32 - 0
tests/eRouter_SNMPv1v2cCoexistance.conf

@@ -0,0 +1,32 @@
+Main 
+{
+	NetworkAccess 1;
+	UsServiceFlow
+	{
+		UsServiceFlowRef 1;
+		QosParamSetType 7;
+	}
+	DsServiceFlow
+	{
+		DsServiceFlowRef 2;
+		QosParamSetType 7;
+	}
+	eRouter
+	{
+		SNMPv1v2cCoexistenceConfig
+		{
+			SNMPv1v2cCommunityName "public";
+			SNMPv1v2cTransportAddressAccess
+			{
+				SNMPv1v2cTransportAddress 2002::22:1/1234;
+				SNMPv1v2cTransportAddressMask 11.22.33.44/4321;
+			}
+			SNMPv1v2cAccessViewType 2;
+			SNMPv1v2cAccessViewName "write";
+		}
+	}
+	/* CmMic 72415a207e9b326740adc4edf12ec1ec; */
+	/* CmtsMic 005355b692863c638204ae2ba9ef591e; */
+	/*EndOfDataMkr*/
+	/* Pad */
+}

+ 2 - 2
tests/eRouter_SNMPv1v2cCoexistance.failed

@@ -18,8 +18,8 @@ SNMPv1v2cCoexistenceConfig
 SNMPv1v2cCommunityName "public";
 SNMPv1v2cTransportAddressAccess
 {
-SNMPv1v2cTransportAddress 1.2.3.4/1234;
-SNMPv1v2cTransportAddressMask 2001::1/1234;
+SNMPv1v2cTransportAddress 2002::22:1/1234;
+SNMPv1v2cTransportAddressMask 11.22.33.44/4321;
 }
 SNMPv1v2cAccessViewType 2;
 SNMPv1v2cAccessViewName "write";