Hi again, I got the following FPM config setup on my router to prevent telnet to Loopback0 IP Address 3.3.3.3. However, when I telnet to 3.3.3.3 I am able to establish a connection. Where am I going wrong with my config ?
load protocol system:fpm/phdf/ip.phdf load protocol system:fpm/phdf/tcp.phdf class-map type stack match-all LAB83-STACK match field IP protocol eq 6 next TCP class-map type access-control match-all TELNET-ACCESS match field TCP dest-port eq 23 match field IP dest-addr eq 3.3.3.3 policy-map type access-control TELNET-POLICY class TELNET-ACCESS drop policy-map type access-control STACK-POLICY class LAB83-STACK service-policy TELNET-POLICY control-plane service-policy type access-control input STACK-POLICY CCIELAB-ROUTER-R1#telnet 3.3.3.3 Trying 3.3.3.3 ... Open User Access Verification Password: CCIELAB-ROUTER-R3#
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
