Link to home
Create AccountLog in
Avatar of cpatte7372
cpatte7372Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Cisco EOT Question

Hello Experts,

Can someone tell me if its possible to 'track' an ip address without setting up an ip sla?

For example, I have the following tracking configured:

!
track 1 ip route 0.0.0.0 0.0.0.0 reachability
!
track 2 interface FastEthernet0/0 ip routing
!
track 3 interface FastEthernet0/1 ip routing
!        
track 4 ip route 180.80.8.4 255.255.255.255 reachability
!
track 5 ip route 170.70.7.4 255.255.255.255 reachability
!
!

R3#show track brie
Track   Object                         Parameter        Value
1       ip route  0.0.0.0/0            reachability     Up (static)
2       interface FastEthernet0/0      ip routing       Up
3       interface FastEthernet0/1      ip routing       Up
4       ip route  180.80.8.4/32        reachability     Down (no route)
5       ip route  170.70.7.4/32        reachability     Down (no route)


However, you will see that track 4 and 5 are down. This is because, although I can ping 180.80.8.4 and 170.70.7.4 the actual ip addresses don't appear in the routing table:

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

     170.70.0.0/24 is subnetted, 1 subnets
C       170.70.7.0 is directly connected, FastEthernet0/0
     10.0.0.0/24 is subnetted, 1 subnets
C       10.1.1.0 is directly connected, FastEthernet1/0
     180.80.0.0/24 is subnetted, 1 subnets
C       180.80.8.0 is directly connected, FastEthernet0/1
     150.50.0.0/24 is subnetted, 1 subnets
C       150.50.5.0 is directly connected, Ethernet2/0
S*   0.0.0.0/0 is directly connected, FastEthernet1/0
R3#

Therefore, is there way of creating a track for /32 ip addresses?

I hope that makes sense.

Cheers

Carlton
Avatar of Craig Beck
Craig Beck
Flag of United Kingdom of Great Britain and Northern Ireland image

EEM maybe.
Avatar of cpatte7372

ASKER

craig

Thanks for responding.

I'm sure there must be another way instead of EEM??

Cheers
ASKER CERTIFIED SOLUTION
Avatar of Craig Beck
Craig Beck
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Cheers mate