Skip to content

Huawei VRF Support #352

@aztec102

Description

@aztec102

Version

v2.0.4

Feature Details

I'm using custom directives to ensure VRF compatibility, but no matter how hard I try to fix the output, it doesn't work.

HuaweiVrfBGPRouteTable:
    name: BGP Route
    rules:
        - condition: '0.0.0.0/0'
          action: permit
          command: 'display bgp vpnv4 vpn-instance inet routing-table {target} | no-more'
        - condition: '::/0'
          action: permit
          command: 'display bgp vpnv6 vpn-instance inet routing-table {target} | no-more'
    field:
        description: IP Address
    plugins:
        - 'bgp_route_huawei'
        - 'bgp_routestr_huawei'
    table_output: '__hyperglass_huawei_bgp_route_table__'

Feature Type

New Functionality

Use Case

Huawei VRF Support

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions