cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
401
Views
5
Helpful
2
Replies

CME/CUE

miket
Level 5
Level 5

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)#

2 Replies 2

anderson-david
Level 3
Level 3

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

David, thanks I caught it 5 minutes after the post .. It was a long day...Thanks your post would have fixed it.