I am getting the following when performing a standard tracert:
C:\>tracert
Tracing route to [216.239.39.99]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 100.0.0.254
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 21 ms 38 ms 26 ms 216.239.39.99
Trace complete.
C:\>
Anybody know why I would get this? I am using a reflexive access list for outbound and inbound. I permit TCP,UDP,and IP outbound then evaluate inbound for TCP,UDP,IP.
Here is the access lists.
ip access-list extended OUTLIST
permit tcp any any reflect TMPLIST
permit udp any any reflect TMPLISTUDP
permit ip any any reflect TMPLISTIP
ip access-list extended INLIST
evaluate TMPLIST
evaluate TMPLISTUDP
evaluate TMPLISTIP
deny ip any any log
Any help would be appreciated.
C:\>tracert
Tracing route to [216.239.39.99]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 100.0.0.254
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 21 ms 38 ms 26 ms 216.239.39.99
Trace complete.
C:\>
Anybody know why I would get this? I am using a reflexive access list for outbound and inbound. I permit TCP,UDP,and IP outbound then evaluate inbound for TCP,UDP,IP.
Here is the access lists.
ip access-list extended OUTLIST
permit tcp any any reflect TMPLIST
permit udp any any reflect TMPLISTUDP
permit ip any any reflect TMPLISTIP
ip access-list extended INLIST
evaluate TMPLIST
evaluate TMPLISTUDP
evaluate TMPLISTIP
deny ip any any log
Any help would be appreciated.