diff --git a/nodes/vr_sros/vr-sros.go b/nodes/vr_sros/vr-sros.go index 89845bebe..255846150 100644 --- a/nodes/vr_sros/vr-sros.go +++ b/nodes/vr_sros/vr-sros.go @@ -42,7 +42,7 @@ var ( const ( generateable = true - generateIfFormat = "eth%d" + generateIfFormat = "1/1/%d" vrsrosDefaultType = "sr-1" scrapliPlatformName = "nokia_sros" diff --git a/nodes/vr_veos/vr-veos.go b/nodes/vr_veos/vr-veos.go index f97b349f0..bcb4354c0 100644 --- a/nodes/vr_veos/vr-veos.go +++ b/nodes/vr_veos/vr-veos.go @@ -28,7 +28,7 @@ var ( const ( generateable = true - generateIfFormat = "eth%d" + generateIfFormat = "Et1/%d" scrapliPlatformName = "arista_eos" diff --git a/nodes/vr_vjunosevolved/vr-vjunosevolved.go b/nodes/vr_vjunosevolved/vr-vjunosevolved.go index 5e1069d46..63b729280 100644 --- a/nodes/vr_vjunosevolved/vr-vjunosevolved.go +++ b/nodes/vr_vjunosevolved/vr-vjunosevolved.go @@ -33,7 +33,7 @@ const ( startupCfgFName = "startup-config.cfg" generateable = true - generateIfFormat = "eth%d" + generateIfFormat = "et-0/0/%d" ) // Register registers the node in the NodeRegistry. diff --git a/nodes/vr_vjunosswitch/vr-vjunosswitch.go b/nodes/vr_vjunosswitch/vr-vjunosswitch.go index 0e4ba08bc..f28985473 100644 --- a/nodes/vr_vjunosswitch/vr-vjunosswitch.go +++ b/nodes/vr_vjunosswitch/vr-vjunosswitch.go @@ -33,7 +33,7 @@ const ( startupCfgFName = "startup-config.cfg" generateable = true - generateIfFormat = "eth%d" + generateIfFormat = "et-0/0/%d" ) // Register registers the node in the NodeRegistry. diff --git a/nodes/vr_vmx/vr-vmx.go b/nodes/vr_vmx/vr-vmx.go index 6a18e1739..19b7882dd 100644 --- a/nodes/vr_vmx/vr-vmx.go +++ b/nodes/vr_vmx/vr-vmx.go @@ -28,7 +28,7 @@ var ( const ( generateable = true - generateIfFormat = "eth%d" + generateIfFormat = "ge-0/0/%d" configDirName = "config" startupCfgFName = "startup-config.cfg" diff --git a/nodes/vr_vqfx/vr-vqfx.go b/nodes/vr_vqfx/vr-vqfx.go index af74e37df..6f93952f5 100644 --- a/nodes/vr_vqfx/vr-vqfx.go +++ b/nodes/vr_vqfx/vr-vqfx.go @@ -28,7 +28,7 @@ var ( const ( generateable = true - generateIfFormat = "eth%d" + generateIfFormat = "ge-0/0/%d" scrapliPlatformName = "juniper_junos" diff --git a/nodes/vr_vsrx/vr-vsrx.go b/nodes/vr_vsrx/vr-vsrx.go index 2ac01212a..2cc450dd2 100644 --- a/nodes/vr_vsrx/vr-vsrx.go +++ b/nodes/vr_vsrx/vr-vsrx.go @@ -28,7 +28,7 @@ var ( const ( generateable = true - generateIfFormat = "eth%d" + generateIfFormat = "ge-0/0/%d" scrapliPlatformName = "juniper_junos" diff --git a/nodes/vr_xrv9k/vr-xrv9k.go b/nodes/vr_xrv9k/vr-xrv9k.go index 101157d0e..d187dc458 100644 --- a/nodes/vr_xrv9k/vr-xrv9k.go +++ b/nodes/vr_xrv9k/vr-xrv9k.go @@ -28,7 +28,7 @@ var ( const ( generateable = true - generateIfFormat = "eth%d" + generateIfFormat = "Gi0/0/0/%d" scrapliPlatformName = "cisco_iosxr"