Dear collegues. I tried to upgrade from 6.2.25 to 6.2.3 on ASR 9001 router. And there is one trouble with configuration class-map:
class-map type control subscriber match-all NORESP_TIMER_CLASS
match timer TIMER_NORESP
match authen-status unauthenticated
end-class-map
!
class-map type control subscriber match-all UNAUTH_TIMER_CLASS
match timer TIMER_UNAUTH
match authen-status unauthenticated
end-class-map
!
class-map type control subscriber match-all AUTHFAIL_TIMER_CLASS
match timer TIMER_FAIL
match authen-status unauthenticated
end-class-map
but show run shows:
class-map type control subscriber match-all NORESP_TIMER_CLASS
match timer TIMER_NORESP
match authen-status <invalid>
end-class-map
!
class-map type control subscriber match-all UNAUTH_TIMER_CLASS
match timer TIMER_UNAUTH
match authen-status <invalid>
end-class-map
!
class-map type control subscriber match-all AUTHFAIL_TIMER_CLASS
match timer TIMER_FAIL
match authen-status <invalid>
end-class-map
ASR gives alert about configuration failure ( msg is: "Couldn't verify classes referred by the policy") when i try to use that class-maps in any policy-map. I tried to make those rules without timer matching and didn't get any positive result. What am i doing wrong ? Thank you
Best regards
Sergey