12-12-2010 10:54 PM
Dears,
Looking for your valuable advice for ACE module Telenet, SSH access issue, which is not working. But ping is working on that IP.
here I am giving the configureation details
ACE 20 Image ver. - Version 3.0(0)A1(6.3a)
interface vlan 100
ip address 172.16.100.58 255.255.255.0
alias 172.16.100.60 255.255.255.0
peer ip address 172.16.100.59 255.255.255.0
no Shutdown
access-list permit_any line 8 extended permit ip any any
In global Conf.
access-group input permit_any
RUH-HQ-FBN3-ACE1/Admin(config)# class-map type management match-any MGMT_CLASS
RUH-HQ-FBN3-ACE1/Admin(config-cmap-mgmt)# 2 match protocol icmp any
RUH-HQ-FBN3-ACE1/Admin(config-cmap-mgmt)# 3 match protocol ssh any
RUH-HQ-FBN3-ACE1/Admin(config-cmap-mgmt)# 4 match protocol telnet any
RUH-HQ-FBN3-ACE1/Admin(config-cmap-mgmt)# 5 match protocol http any
RUH-HQ-FBN3-ACE1/Admin(config-cmap-mgmt)# 6 match protocol https any
RUH-HQ-FBN3-ACE1/Admin(config-cmap-mgmt)# 7 match protocol snmp any
RUH-HQ-FBN3-ACE1/Admin(config-cmap-mgmt)# exit
RUH-HQ-FBN3-ACE1/Admin(config)# policy-map type management first-match MGMT_POLICY
RUH-HQ-FBN3-ACE1/Admin(config-pmap-mgmt)# class MGMT_CLASS
RUH-HQ-FBN3-ACE1/Admin(config-pmap-mgmt-c)# permit
RUH-HQ-FBN3-ACE1/Admin(config-pmap-mgmt-c)# exit
RUH-HQ-FBN3-ACE1/Admin(config-pmap-mgmt)# exit
RUH-HQ-FBN3-ACE1/Admin(config)# interface vlan 100
RUH-HQ-FBN3-ACE1/Admin(config-if)# service-policy input MGMT_POLICY
Solved! Go to Solution.
12-13-2010 12:16 AM
Why don't you try to use class-default under the mgmt policy-map and assign it globally.
You should also plan for an upgrade to get A2(3.3).
Gilles.
12-13-2010 12:16 AM
Why don't you try to use class-default under the mgmt policy-map and assign it globally.
You should also plan for an upgrade to get A2(3.3).
Gilles.
12-14-2010 01:49 AM
Thank you Gilles
Its started working after add class-default under the mgmt policy-map
Edwin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide