snmpget not working on AIX shared wpar

Hi,

I have a shared AIX wpar configured.
I have started snmpd process on shared AIX wpar.

But when i tried to query a MIB id using the following command

/opt/OV/bin/snmpget -d -v 1 -c public -p <hostname> .1.3.6.1.2.1.1.7.0

i get the following error message

# /opt/OV/bin/snmpget -d -v 1 -c public -p 161 share_wpar_27 .1.3.6.1.2.1.1.7.0
Transmitted 41 bytes to <hostname> (IP address) port 161:
Initial Timeout: 0.80 seconds
0: 30 27 02 01 00 04 06 70 75 62 6c 69 63 a0 1a 02 0'.....public...
16: 02 62 6d 02 01 00 02 01 00 30 0e 30 0c 06 08 2b .bm......0.0...+
32: 06 01 02 01 01 07 00 05 00 -- -- -- -- -- -- -- ................
0: SNMP MESSAGE (0x30): 39 bytes
2: INTEGER VERSION (0x2) 1 bytes: 0 (SNMPv1)
5: OCTET-STR COMMUNITY (0x4) 6 bytes: "public"
13: GET-REQUEST-PDU (0xa0): 26 bytes
15: INTEGER REQUEST-ID (0x2) 2 bytes: 25197
19: INTEGER ERROR-STATUS (0x2) 1 bytes: noError(0)
22: INTEGER ERROR-INDEX (0x2) 1 bytes: 0
25: SEQUENCE VARBIND-LIST (0x30): 14 bytes
27: SEQUENCE VARBIND (0x30): 12 bytes
29: OBJ-ID (0x6) 8 bytes: .1.3.6.1.2.1.1.7.0
39: NULL (0x5) 0 bytes

Received 41 bytes from <hostname> (IP address) port 161:
0: 30 27 02 01 00 04 06 70 75 62 6c 69 63 a2 1a 02 0'.....public...
16: 02 62 6d 02 01 02 02 01 01 30 0e 30 0c 06 08 2b .bm......0.0...+
32: 06 01 02 01 01 07 00 05 00 -- -- -- -- -- -- -- ................
0: SNMP MESSAGE (0x30): 39 bytes
2: INTEGER VERSION (0x2) 1 bytes: 0 (SNMPv1)
5: OCTET-STR COMMUNITY (0x4) 6 bytes: "public"
13: RESPONSE-PDU (0xa2): 26 bytes
15: INTEGER REQUEST-ID (0x2) 2 bytes: 25197
19: INTEGER ERROR-STATUS (0x2) 1 bytes: noSuchName(2)
22: INTEGER ERROR-INDEX (0x2) 1 bytes: 1
25: SEQUENCE VARBIND-LIST (0x30): 14 bytes
27: SEQUENCE VARBIND (0x30): 12 bytes
29: OBJ-ID (0x6) 8 bytes: .1.3.6.1.2.1.1.7.0
39: NULL (0x5) 0 bytes

snmpget: Agent reported error with variable #1.
.iso.org.dod.internet.mgmt.mib-2.system.sysServices.0: SNMP: Variable does not exist or access is denied.
#

Same thing is workign fine on Host and non shared wpar.

Am i missing any configuration on shared wpar?

Thanks in Advance
avazeer