<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Iproute2</id>
	<title>Iproute2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Iproute2"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Iproute2&amp;action=history"/>
	<updated>2026-05-10T14:54:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Iproute2&amp;diff=159&amp;oldid=prev</id>
		<title>imported&gt;Jeremy-busk at 00:20, 5 March 2019</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Iproute2&amp;diff=159&amp;oldid=prev"/>
		<updated>2019-03-05T00:20:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# src&lt;br /&gt;
&lt;br /&gt;
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git&lt;br /&gt;
&lt;br /&gt;
# vlans&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
sudo ip link add link eno1 name eno1.52 type vlan id 52&lt;br /&gt;
sudo ip link add link eno1 name eno1.52 type vlan id 52&lt;br /&gt;
sudo ip link set dev eno1.52 up&lt;br /&gt;
sudo ip addr add 192.168.52.2/24 brd 192.168.52.255 dev eno1.52&lt;br /&gt;
ping 192.168.52.1 # this would be firewall or other host see line below&lt;br /&gt;
sudo tcpdump -nnei eno1 -vvv | grep &amp;quot;vlan 52&amp;quot;&lt;br /&gt;
sudo tcpdump -i eno1 vlan 52&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
use same but on other host (ie firewall)&lt;br /&gt;
```&lt;br /&gt;
sudo ip addr add 192.168.52.1/24 brd 192.168.52.255 dev eno1.52&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
## on cisco&lt;br /&gt;
&lt;br /&gt;
this setups a trunk native vlan is 1 for untagged and default allows all vlans &lt;br /&gt;
&lt;br /&gt;
portfast might not be the best idea if you don't know what you are doing&lt;br /&gt;
```&lt;br /&gt;
conf t&lt;br /&gt;
int vlan 52&lt;br /&gt;
exit&lt;br /&gt;
interface GigabitEthernet0/1&lt;br /&gt;
 switchport trunk encapsulation dot1q&lt;br /&gt;
 switchport mode trunk&lt;br /&gt;
 spanning-tree portfast trunk&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
you might also use these for link agg (LACP)&lt;br /&gt;
```&lt;br /&gt;
interface Port-channel1&lt;br /&gt;
channel-group 1 mode active&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
# Trouble shooting&lt;br /&gt;
&lt;br /&gt;
## Cisco&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
sh int trunk&lt;br /&gt;
sh lacp neighbor&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
If you make changes you might need to do a shut/no shut on range of interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
## Linux&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
cat /proc/net/bonding/bond0&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
# vxlan &lt;br /&gt;
&lt;br /&gt;
https://baturin.org/docs/iproute2/#VXLAN%20management&lt;/div&gt;</summary>
		<author><name>imported&gt;Jeremy-busk</name></author>
	</entry>
</feed>