Few problems also with letters like á é í ó ó and spanish ones like ñ
To avoid problems with spaces we used here the typical underscore _
A classic issue

El 21/06/10 19:20, Rodney Dunn escribió:
So we do "care". ;)

Seriously, something like that that doesn't parse on reload is a bug.

Rodney



On 6/21/10 10:46 AM, Phil Mayers wrote:
On 21/06/10 15:10, Rodney Dunn wrote:
Can someone demonstrate exactly what is being entered?

I've seen some of these similar bugs fixed.

Interesting. The vlan name one (long-standing irritation of mine) is
fixed as of at least 12.2(33)SXI4:

core-spare#conf t
Enter configuration commands, one per line. End with ...
core-spare(config)#vlan 999
core-spare(config-vlan)#name test vlan
^
% Invalid input detected at '^' marker.

core-spare(config-vlan)#name "test vlan"
core-spare(config-vlan)#^Z
% Applying VLAN changes may take few minutes. Please w

core-spare#sh run vlan 999
Building configuration...

Current configuration:
!
vlan 999
name "test vlan"
end


It *used* to nvgen, under e.g. 12.2(18)SXF (6, I think):

vlan 999
name test vlan
end

...which obviously failed to parse on reload. It's good that it's fixed.
The "ip route name" seems to be fixed in that release too, though that's
not a feature we use:

core-spare#sh run partition ip-static-routes
Building configuration...

Current configuration : 116 bytes
!
Configuration of Partition - ip-static-routes
!
!
ip route 1.2.3.4 255.255.255.255 Null0 name "foo bar"
_______________________________________________
cisco-nsp mailing list cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to