mgeorge wrote: » Well today I was talking on IRC and a buddy on there is using multiple USB NIC's on a USB hub to allow him to attach Ethernet NIC's from routers from within dynamips to a physical port to allow each router to physically connect to an external 3550 or 3560. Well I was thinking and a random idea just dawned on me and I'm unsure rather or not its possible or what would be required for it to work. I'm guessing an application would have to be written to achieve this or it may possibly already exist. On the machine running dynamips create multiple virtual NIC's within Linux or Windows and attach them to given VLAN's on a virtual which which uses a 2port Gigabit Intel NIC that is trunked to a 2950T and uses dot1q tunneling to transfer traffic from the same VLAN over the trunk to the physical ports. (kinda like channelized ds3's which is how i got the idea) Each virtual NIC will have to have its own VLAN which is mapped to a port on the 2950T in the same VLAN on the switch. This could possibly allow for transparent communication from the virtual NIC which is attached to specific ports of routers in dynamips to physical ports on the 2950T. Well I've not tested this idea at all but if you guys have any idea's to throw into the pot that might make this work or not work please feel free to post. There has to be a better way then having a shitload of nics on a single machine.
liquid6 wrote: » I have a server running ubuntu and have dynamips running on that. I trunk all vlans from the ubuntu server to a Cisco 3500 and then use cables to plug into 4x3560 switches. You then map your dynamip router interfaces to the dot1q interfaces F0/0 = NIO_gen_eth0.100 etc.. Then you match up the vlans that you created on the dynamips to the correct port on the 3500. It works really really well! I am ditching my whole physical lab for most of my study and using just the switches and a server running dynamips. I wish i had a diagram and didn't have my brain fried from doing one-side VPN troubleshooting on a checkpoint for most of the night!!! I have a visio started diagramming this out so if I get some time tomorrow I'll try to finish it. Good luck, liquid
liquid6 wrote: » Here is a rough idea of how I have this setup. I hope to finish the visio and then post my .net files as well. Basically you are trunking all the vlans on a single port from the server to the 3750, then connecting 18 cables to the 4 3550/3560 switches. This setup is using the IPExpert layout, but you could change it for any of the workbooks. 3750 Port Router Interface Switch Port VLAN g1/0/15 R1 F0/0 sw1 1 701 g1/0/16 R2 F0/0 sw1 2 702 g1/0/17 R4 F0/0 sw1 4 703 g1/0/18 R5 F0/0 sw1 5 704 g1/0/19 BB1 sw1 11 705 g1/0/20 R1 F0/1 sw2 1 706 g1/0/21 R6 F0/0 sw2 6 707 g1/0/22 R7 F0/0 sw2 7 708 g1/0/23 R8 F0/0 sw2 8 709 g1/0/24 R9 F0/0 sw2 9 710 g1/0/25 BB2 sw2 12 711 g1/0/26 BB3 sw2 13 712 g1/0/27 R2 F0/1 sw3 2 713 g1/0/28 R4 F0/1 sw3 4 714 g1/0/29 R5 F0/1 sw3 5 715 g1/0/30 R6 F0/1 sw4 6 716 g1/0/31 R7 F0/1 sw4 7 717 g1/0/32 R8 F0/1 sw4 8 718 g1/0/33 R9 F0/1 sw4 9 719 Let me know if you have any questions. Feel free to PM or email you want. Cheers, liquid
brctl addbr br0 brctl addif br0 wlan0 -> doesnt work brctl addif br0 tap0 brctl addif br0 tap1