Re: vlan trunking with a powerconnect 5224

2008-01-28 Thread Kent Watsen
On a lark I just executed `ifconfig trunk0 up` and now my trunk is 
working!  And, to make it come up automatically, I just added the single 
line up to hostname.trunk0...


BTW, the trunk interface is not documented in hostname.if(5)

Thanks anyways,
Kent




Kent Watsen wrote:


Looking at the output from `ifconfig` (see below), I notice that the 
trunk0 doesn't show that its UP - why wouldn't it be up?


Thanks,
Kent




Re: vlan trunking with a powerconnect 5224

2008-01-28 Thread Jason McIntyre
On Sun, Jan 27, 2008 at 06:32:36PM -0500, Kent Watsen wrote:
 On a lark I just executed `ifconfig trunk0 up` and now my trunk is 
 working!  And, to make it come up automatically, I just added the single 
 line up to hostname.trunk0...
 
 BTW, the trunk interface is not documented in hostname.if(5)
 

well, neither is, say, bge(4). there's no need to specifically mention
trunk - you can configure it like any other interface. anything specific
to trunk is covered in trunk(4) and ifconfig(8).

jmc



Re: vlan trunking with a powerconnect 5224

2008-01-28 Thread Kent Watsen
Looking at the output from `ifconfig` (see below), I notice that the 
trunk0 doesn't show that its UP - why wouldn't it be up?


Thanks,
Kent


# ifconfig
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 33168
   groups: lo
   inet 127.0.0.1 netmask 0xff00
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x8
gem0: flags=8863UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST mtu 1500
   lladdr 00:03:ba:0f:34:09
   groups: egress
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
   inet xx.xxx.xxx.x netmask 0xff00 broadcast 96.231.191.255   
 [public ip masked]

   inet6 fe80::203:baff:fe0f:3409%gem0 prefixlen 64 scopeid 0x1
gem1: flags=8822BROADCAST,NOTRAILERS,SIMPLEX,MULTICAST mtu 1500
   lladdr 00:03:ba:0f:34:0a
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
hme0: 
flags=8b63UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST 
mtu 1500

   lladdr 08:00:20:f2:e3:d4
   trunk: trunkdev trunk0
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
   inet6 fe80::a00:20ff:fef2:e3d4%hme0 prefixlen 64 scopeid 0x3
hme1: 
flags=8b63UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST 
mtu 1500

   lladdr 08:00:20:f2:e3:d4
   trunk: trunkdev trunk0
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
   inet6 fe80::a00:20ff:fef2:e3d5%hme1 prefixlen 64 scopeid 0x4
hme2: 
flags=8b63UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST 
mtu 1500

   lladdr 08:00:20:f2:e3:d4
   trunk: trunkdev trunk0
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
   inet6 fe80::a00:20ff:fef2:e3d6%hme2 prefixlen 64 scopeid 0x5
hme3: 
flags=8b63UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST 
mtu 1500

   lladdr 08:00:20:f2:e3:d4
   trunk: trunkdev trunk0
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
   inet6 fe80::a00:20ff:fef2:e3d7%hme3 prefixlen 64 scopeid 0x6
enc0: flags=0 mtu 1536
trunk0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   lladdr 08:00:20:f2:e3:d4
   trunk: trunkproto roundrobin
   trunkport hme3 active
   trunkport hme2 active
   trunkport hme1 active
   trunkport hme0 master,active
   groups: trunk
   media: Ethernet autoselect
   status: active
vlan2: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   lladdr 08:00:20:f2:e3:d4
   vlan: 2 priority: 0 parent interface: trunk0
   groups: vlan
   inet 10.0.2.1 netmask 0xff00 broadcast 10.0.2.255
   inet6 fe80::a00:20ff:fef2:e3d4%vlan2 prefixlen 64 scopeid 0xa
vlan3: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   lladdr 08:00:20:f2:e3:d4
   vlan: 3 priority: 0 parent interface: trunk0
   groups: vlan
   inet 10.0.3.1 netmask 0xff00 broadcast 10.0.3.255
   inet6 fe80::a00:20ff:fef2:e3d4%vlan3 prefixlen 64 scopeid 0xb
pflog0: flags=141UP,RUNNING,PROMISC mtu 33168
   groups: pflog



vlan trunking with a powerconnect 5224

2008-01-28 Thread Kent Watsen
I successfully have two vlans running over one physical interface 
connected to my managed switch (a PowerConnect 5224), but I can't get 
the same two vlans to work when running over a trunk interface spanning 
four physical interfaces.



Before:  (this works, but only uses one physical interface)
-
   # cat hostname.gem0
   inet xx.xxx.xxx.x 255.255.255.0 NONE   [public ip masked]

   # cat hostname.hme0
   up

   # cat hostname.vlan2
   inet 10.0.2.1 255.255.255.0 NONE vlan 2 vlandev hme0

   # cat hostname.vlan3
   inet 10.0.3.1 255.255.255.0 NONE vlan 3 vlandev hme0



After: (this doesn't work)

   # cat hostname.gem0
   inet xx.xxx.xxx.x 255.255.255.0 NONE   [public ip masked]

   # cat hostname.hme0
   up

   # cat hostname.hme1
   up

   # cat hostname.hme2
   up

   # cat hostname.hme3
   up

   # cat hostname.trunk0
   trunkproto roundrobin trunkport hme0 trunkport hme1 trunkport hme2 
trunkport hme3


   # cat hostname.vlan2
   inet 10.0.2.1 255.255.255.0 NONE vlan 2 vlandev trunk0

   # cat hostname.vlan3
   inet 10.0.3.1 255.255.255.0 NONE vlan 3 vlandev trunk0



Assuming all looks good above, the changes I made on the switch were:
   - create a bogus vlan (id )
   - make the four ports untagged members of vlan id 
   - remove the four ports as members of vlan id 1
   - make the four ports be members of trunk 1
   - make trunk 1 tagged member of vlans 2 and vlan 3


But no traffic gets through.  For instance, ssh-ing through the firewall 
and switch to target results in Network is unreachable during which 
pflog shows a match for pass out on vlan2;  `tcpdump -n -i trunk0` 
shows nothing;  `tcpdump -n -i vlan2` shows nothing; heck, even `tcpdump 
-n -i hme0` shows nothing.  Likewise,  `tcpdump` on the target shows no 
traffic.


Any ideas?


Thanks,
Kent