Skip to content

Confused on port mappings #28

Open
@PieterL75

Description

@PieterL75

I have devices that have these portnames (Arista DCS-7050SX3-48YC8-R)

Ethernet1
Ethernet2
...
Ethernet47
Ethernet48/1
Ethernet49/1
Ethernet50/1
...
Ethernet56/1

But this template does not seems to work:

/*  DCS-7050SX3-48YC8-R */
.deviceview.area {
	grid-template-areas:
	"ethernet1 ethernet3 ethernet5 ethernet7 ethernet9 ethernet11 ethernet13 ethernet15 ethernet17 ethernet19 ethernet21 ethernet23 ethernet49/1 ethernet51/1 ethernet53/1 ethernet55/1 ethernet25 ethernet27 ethernet29 ethernet31 ethernet33 ethernet35 ethernet37 ethernet39 ethernet41 ethernet43 ethernet45 ethernet47 z z z z"
	"ethernet2 ethernet4 ethernet6 ethernet8 ethernet10 ethernet12 ethernet14 ethernet16 ethernet18 ethernet20 ethernet22 ethernet24 ethernet50/1 ethernet52/1 ethernet54/1 ethernet56/1 ethernet26 ethernet28 ethernet30 ethernet32 ethernet34 ethernet36 ethernet38 ethernet40 ethernet42 ethernet44 ethernet46 z z z z";
}

I also tried

/*  DCS-7050SX3-48YC8-R */
.deviceview.area {
	grid-auto-rows: auto;
	grid-auto-columns: auto;
	grid-template-areas:
	"ethernet-1 ethernet-3 ethernet-5 ethernet-7 ethernet-9 ethernet-11 ethernet-13 ethernet-15 ethernet-17 ethernet-19 ethernet-21 ethernet-23 ethernet-49/1 ethernet-51/1 ethernet-53/1 ethernet-55/1 ethernet-25 ethernet-27 ethernet-29 ethernet-31 ethernet-33 ethernet-35 ethernet-37 ethernet-39 ethernet-41 ethernet-43 ethernet-45 ethernet-47 z z z z"
	"ethernet-2 ethernet-4 ethernet-6 ethernet-8 ethernet-10 ethernet-12 ethernet-14 ethernet-16 ethernet-18 ethernet-20 ethernet-22 ethernet-24 ethernet-50/1 ethernet-52/1 ethernet-54/1 ethernet-56/1 ethernet-26 ethernet-28 ethernet-30 ethernet-32 ethernet-34 ethernet-36 ethernet-38 ethernet-40 ethernet-42 ethernet-44 ethernet-46 z z z z";
}

but all I get is this :
image

what am I doing wrong ?
I'm at v0.1.4 of the plugin

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions