11-01-2007 09:48 AM - edited 03-13-2019 04:40 PM
I am trying to get a cme/cue using the loppback address. here is a snapshot of the config and an error message but basically , I put l0 to 10.10.30.1 255.255.255.252 , the service-engine I put ip unumbered to l0
i put the service-en to ip addres 10.10.30.2 255.255.255.252
when I add the static route I get an error message 'Inconsistent address and mask'
here is the config and message
What am I missing
interface Loopback0
ip address 10.10.30.1 255.255.255.252
ip unnumbered Loopback0
shutdown
service-module ip address 10.10.30.2 255.255.255.252
service-module ip default-gateway 10.10.30.1
!
sandbox(config)#ip route 10.10.30.2 255.255.255.252 serv
sandbox(config)#ip route 10.10.30.2 255.255.255.252 service-Engine 0/1
%Inconsistent address and mask
sandbox(config)#
11-02-2007 02:01 AM
Hi Mike,
your static route should look like
ip route 10.10.30.2 255.255.255.255 service-engine 0/1
ie all 255s for the mask and not a 252 at the end.
I hope this helps
Dave
11-06-2007 09:32 AM
David, thanks I caught it 5 minutes after the post .. It was a long day...Thanks your post would have fixed it.
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