On a HPE Aruba Networking 6300M switch someone had changed the outbound BGP policy, but apparently the platform did not trigger outbound BGP updates automatically in that case, so I was looking for a soft outbound reset functionality. Tested with AOS-CX version FL.10.13.1090: myarubaswitch# clear bgp vrf MY_VRF ipv4 unicast 10.10.10.10 soft outInvalid input: outmyarubaswitch# […]
Tag: hpe
Desired Port and Network Infra MAC on AOS-CX REST API
What does this mean in the HPE Networking AOS-CX REST API response when getting the MAC address tables from a switch: GET /rest/v10.08/system/vlans/*/macs/*,*… ‘dynamic,11:22:33:44:55:66’: { ‘aged_on_subsystems’: {}, ‘attributes’: {‘local_move_disable’: False}, ‘denied’: False, ‘derived_entry_src’: ‘none’, ‘desired_port’: { ‘1/1/49’: ‘/rest/v10.08/system/interfaces/1%2F1%2F49’ }, ‘from’: ‘dynamic’, ‘inactivity_timeout’: 300, ‘mac_addr’: ’11:22:33:44:55:66′, ‘network_infra_mac’: False, ‘never_ageout’: False, ‘port’: None, ‘selected’: True },… Why […]