cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
526
Views
0
Helpful
2
Replies

how to config Lawful Intercept

hcriddick
Level 1
Level 1

I have to config Lawful Intercept on 7600, IOS version 12.2(33)SRC6. Every step have be taken by "Cisco 7600 Lawful Intercept Configuration Guide".

Such as:

Router(config)# snmp-server view tapV ciscoTap2MIB included

Router(config)# snmp-server view tapV ciscoIpTapMIB included 
Router(config)# snmp-server group tapGrp v3 auth read tapV write tapV notify tapV 
Router(config)# snmp-server user ss8user tapGrp v3 auth md5 ******** 
Router(config)# snmp-server engineID local 1234
......
Then 
Router#show snmp mib
There are:

citapStreamCapabilities

citapStreamInterface

.

.

.

cTap2MediationNewIndex

cTap2MediationDestAddressType

cTpa2MediationDessAddress

.

.

.

and so on

BUT

when I exec snmpwalk from snmp manager, most of LI objects have disappeared.

for example:

>snmpwalk -v 3 -U user -l authNoPriv -a md5 -A ******** 172.10.1.1 1.3.6.1.4.1.9.9.399

SNMPv2-SMI::enterprises.9.9.399.1.1.1.0 = INTEGER:1

SNMPv2-SMI::enterprises.9.9.399.1.1.3.0 = Hex-STRING:A0 00

SNMPv2-SMI::enterprises.9.9.399.1.3.1.0 = INTEGER:2

SNMPv2-SMI::enterprises.9.9.399.1.3.2.0 = INTEGER:100

where is cTap2MediationDestAddressType (1.3.6.1.4.1.9.9.399.1.1.2.1.2)?

Also cTap2MediationDestAddressType can't be set with snmpset.

So, config failed? or these objests should be created? or something?

This is what I came up with so far, if anyone can add to the list, I would appreciate it.

riddick

2 Replies 2

hcriddick
Level 1
Level 1

anyone help?

Did you get any answer to this?

 

I'm having the same issue...