1 Feb 2011 01:13
3.0.3 - Interface name with forward slash - bug?
tec <community <at> zenoss.org>
2011-02-01 00:13:22 GMT
2011-02-01 00:13:22 GMT
Hi I have routers with interface names that contain slashes. Example: FastEthernet0/1 FastEthernet0/2 These names are reflected in the interface name field of each interface I'm writing a script, utilzing DMD, that searches the interface names looking for a specific name and then sets the description field to a string value. What is returned by the script is the correct interface name but with the slash replaced with an underscore. Is this a bug? The following is a sample output from the script: ====================================================== zenoss <at> server01:~> ./setIfDesc.py 10.10.10.5 FastEthernet0/1 "LAN" Device: 10.10.10.5: found Interface: FastEthernet0_1 Interface: FastEthernet0_2 Interface: Vpn1 Interface: Vpn2 Interface: FastEthernet0/1: not found Done. zenoss <at> server01:~> ========================================================(Continue reading)
RSS Feed