Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isis:interface vlan #16487

Closed
wants to merge 1 commit into from
Closed

isis:interface vlan #16487

wants to merge 1 commit into from

Conversation

JosiahMg
Copy link
Contributor

When I use the ip link add command on two Ubuntu systems to create an eth1.100 VLAN sub-interface and enable the ISIS protocol on the interface, I find that the sub-interface can not only establish an ISIS neighbor with the eth1.100 port of another Ubuntu, but also establish an ISIS neighbor with the eth1 port.

ip link add link eth1 name eth1.100 type vlan 100

R1 configuration:

interface eth1
  ip route isis 1
interface eth1.100
  ip route isis 1
router isis 1
  is-type level-2-only
  net 49.0000.0000.0001.00

R2 configuration:

interface eth1.100
  ip route isis 1
router isis 1
  is-type level-2-only
  net 49.0000.0000.0001.00

R1 show isis neighbor

SystemID     Interface      L     State
R2                  eth1           2       UP
R2                  eth1.100    2       UP

R2 show isis neighbor

SystemID     Interface      L     State
R1                  eth1.100    2       UP

@JosiahMg
Copy link
Contributor Author

I'll resubmit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant