bgp-on-extreme-summit5i.md
... ...
@@ -53,5 +53,19 @@ After that ping and traceroute are your mates. It is worth to point switch to th
53 53
`configure dns-client add name-server 192.168.1.1`
54 54
55 55
And use names.
56
-## TO-DO
57
-Make switch act as router.
... ...
\ No newline at end of file
0
+
1
+## Routing
2
+After you've made DN42 work at switch, you may provide access to switch's clients:
3
+
4
+ # Assign 802.11Q tag
5
+ configure vlan ext tag 100
6
+ configure vlan ext add ports 2-16 tagged
7
+
8
+And on your client UNIX machine:
9
+
10
+ # Assign matching tag
11
+ ifconfig vlan0 vlan 100 vlandev en0
12
+ ifconfig vlan0 inet 172.23.150.4/25
13
+ route add 172.22.0.0/15 172.23.150.2
14
+
15
+**TO-DO**: Doing the same without 802.11Q.
... ...
\ No newline at end of file