Wednesday, August 4, 2021

DANOS Interface placed into vrf for management

I`m setting up a DANOS router to connect my AS to an IX platform. The rackspace is included with a public ip for OOB. I`m now trying to setup an interface on the machine in a VRF to allow management to be apart from the global routing table.

So far i came up with this, which give me ping but ssh for example is not yet working. What am i missing here?

set interfaces dataplane dp0o1 description OOBman set interfaces dataplane dp0o1 address 93.xx.xx.xx/29 set routing routing-instance manvrf instance-type vrf set routing routing-instance manvrf interface dp0o1 set routing routing-instance manvrf protocols static route 0.0.0.0/0 next-hop 93.xx.xx.xx 


No comments:

Post a Comment