Hello everybody.
The Reflexive Access-list Block the telnet session from it's ethernet interface to the peer router 192.168.199.26,why? followed the related configuration
hostname Core
interface Ethernet 0/0
ip address 192.168.199.25 255.255.255.252
description Access from the I-net to our Internal Network via this interface
ip access-group inboundfilters in
ip access-group outboundfilters out
!
ip reflexive-list timeout 120
!
ip access-list extended outboundfilters
permit icmp any any
evaluate tcptraffic
!
ip access-list extended inboundfilters
permit tcp any any reflect tcptraffic