napalm-huawei-vrp
napalm-huawei-vrp copied to clipboard
NAPALM Driver for Huawei VRP5/VRP8 Routers and Switches
There is a problem with the value of description. If the description is empty, the retrieved values are all'Switch Port, Link-type: trunk(configured)
Hello, This is my first try to get BGP information from Huawei devices running VRP software. I've tested with Huawei NE40E-M2K-B (with VRF) and Huawei NE8000 (without VRF). Its based...
Adding get_bgp_neighbors() and supporting function bgp_time_conversion(). The function has been tested on about 150 different S6720 devices running V200R013C00SPC300. All devices have different amount of neighbors and VRFs (vpn-instances) configured...
def get_lldp_neighbors_detail(self): results = {} command = 'display lldp neighbor brief' output = self.device.send_command(command) lines = output.split("\n") for line in lines: # translate Huawai skip_lines = ['local', '-----'] local_iface =...
In routers that have 2 cfcards, saving files need to save in slave cards also. So when I want to use the device.commit_config() API, because it trying to save a...
Implemented get_vlans method.
Good afternoon! Conflict resolution didn't go according to plan, so I created a new repository and put my fixes there. I would like to present some fixes for the library....
Hello ! I have 2 switches S7706, and I'm attempting to perform a get_config() operation using napalm. On one of the switches, the process is not completing and results is:...