cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

ZBFW from Cisco 1841 to Cisco 4331

Hello, I have to change a Cisco 1841 and install a Cisco 4331. The problem is I have ip inspect configured in the old router and Cisco 4331 doesn't support it.

I have investigated about it and what I have to use is ZBFW. The configuration in the old router is the following:

ip inspect name TEST udp
ip inspect name TEST tcp
ip inspect name TEST ssh
ip inspect name TEST isakmp
ip inspect name TEST icmp

 

interface FastEthernet0/1
 description ### CONNECTION TO  ###
 ip address xxx.xxx.xxx.xxx 255.255.255.248
 ip verify unicast reverse-path
 ip inspect TEST out
 duplex auto
 speed auto
 snmp trap ip verify drop-rate
!

 

How can I replace it and test the new one if it works? I hope you could give me a piece of advice.

 

Regards

 

Who Me Too'd this topic