[j-nsp] Bizarre commit error

Eric Van Tol eric at atlantech.net
Sat Nov 5 09:59:07 EST 2005


Okay, here's a bizarre one.  Using 7.0R2.7.  Weird commit error while attempting to call a prefix-list from within a policy-statement:

[edit policy-options]
  'prefix-list mlppp-local'
    Policy: invalid prefix Ñ·Âiÿÿÿÿc½¿¿ for family unspec
[edit policy-options]
  'prefix-list mlppp-local'
    Policy: invalid prefix ϼٍÿÿÿÿc½¿¿ for family unspec
[edit policy-options]
  'prefix-list mlppp-local'
    Policy: invalid prefix ϼØÿÿÿÿb½¿¿ for family unspec
[edit policy-options]
  'prefix-list mlppp-local'
    Policy: invalid prefix ϼڵÿÿÿÿc½¿¿ for family unspec
error: configuration check-out failed

Error doesn't occur until the prefix-list is called from a routing policy.

user at router# show policy-options prefix-list mlppp-local | display inheritance     
##
## apply-path was expanded to:
##     192.168.1.1/32; 
##     192.168.1.5/32; 
##     192.168.1.9/32; 
##     192.168.1.13/32; 
##
apply-path "interfaces ls-0/3/0 unit <*> family inet address <*>";

user at router# show policy-options policy-statement ospf-filter

term 0-mlppp_routes {
    from {
        prefix-list mlppp-local;
    }
    then accept;
}

Bug?  Operator error?

-evt



More information about the juniper-nsp mailing list