hyperglass icon indicating copy to clipboard operation
hyperglass copied to clipboard

VRF global is not defined.

Open resparis opened this issue 3 years ago • 0 comments

HI All,

If I dont setup VRF Global, I am getting the following error. I added the Global VRF, but I want to use another vrf,.

vrfs:
  - name: vrf-MGMT
    default: false
    ipv4:
      source_address: 2.2.2.2
    ipv6:
      source_address: 2001:db8::1
  - name: global
    default: false
    ipv4:
      source_address: 1.1.1.1
    ipv6:
      source_address: 2001:db8::1

[DEBUG] 20220529 14:49:04 | hyperglass.execution.drivers._construct:33 | init → Constructing ping query for '20.20.20.1' [DEBUG] 20220529 14:49:04 | hyperglass.execution.drivers._construct:160 | queries → Constructed query: ['ping inet routing-instance global 10.10.50.1 count 5 source 1.1.1.1'] [DEBUG] 20220529 14:49:04 | hyperglass.execution.drivers.ssh_netmiko:57 | collect → Connecting directly to Miami [DEBUG] 20220529 14:49:06 | hyperglass.execution.drivers.ssh_netmiko:103 | collect → Raw response for command "ping inet routing-instance global 20.20.20.2 count 5 source 1.1.1.1": ping: invalid routing instance `global'

{master} [DEBUG] 20220529 14:49:06 | hyperglass.execution.drivers._common:34 | parsed_response → Pre-parsed responses: ("ping: invalid routing instance global'\n\n{master}",) [DEBUG] 20220529 14:49:06 | hyperglass.execution.drivers._common:80 | parsed_response → Post-parsed responses: ping: invalid routing instance global'

resparis avatar May 29 '22 14:05 resparis