NetAdmin wrote:
Hi oglumavd,
1) Does your USB to Ethernet adapter support dot1q?
>> Yes 2) Do you have any issues using the KY-RS9600 USB to Ethernet adapter ?
>> Somewhat ,
1) I couldn't get it working on Win7 Ult., 64-bit (4-6 mo. ago).
2) if you use "allow vlan range", it shuts int, stay w/basic conf.
3) It gets pretty warm after a while
4) and that's about it
3) What is the model/name of your USB HUBs?
>> they are: 1) Dynex
2) Generic
Your solution is the same like this one ->
http://7200emu.hacki.at/viewtopic.php?t ... c03a1b3b2abut his USB to Ethernet does not support dot1Q
>> Yes, it is similiar... Thanks,
NetAdmin
Here's very simple topology (router on a stick)
>> Router fa0/0 to SWx fa0/30
>> router fa0/0 > sub int > (fa0/0.91, fa0/0.92 and fa0/0.93) to SWx fa0/30;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> int configuration on the router:
Rack1R4#sh run int fa0/0
Building configuration...
Current configuration : 61 bytes
!
interface FastEthernet0/0
no ip address
duplex full
end
Rack1R4#sh run int fa0/0.91
Building configuration...
Current configuration : 97 bytes
!
interface FastEthernet0/0.91
encapsulation dot1Q 91
ip address 99.99.91.1 255.255.255.0
end
Rack1R4#sh run int fa0/0.92
Building configuration...
Current configuration : 97 bytes
!
interface FastEthernet0/0.92
encapsulation dot1Q 92
ip address 99.99.92.1 255.255.255.0
end
Rack1R4#sh run int fa0/0.93
Building configuration...
Current configuration : 97 bytes
!
interface FastEthernet0/0.93
encapsulation dot1Q 93
ip address 99.99.93.1 255.255.255.0
end
Rack1R4#
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Rack1R4#sh ip int br | e ux
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES NVRAM up up
FastEthernet0/0.91 99.99.91.1 YES NVRAM up up
FastEthernet0/0.92 99.99.92.1 YES NVRAM up up
FastEthernet0/0.93 99.99.93.1 YES NVRAM up up
Rack1R4#
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> Ping from router to SW:
Rack1R4#ping 99.99.91.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 99.99.91.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/12 ms
Rack1R4#ping 99.99.92.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 99.99.92.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/8 ms
Rack1R4#ping 99.99.93.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 99.99.93.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/8 ms
Rack1R4#
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> SVI configuration on SWx
Rack1SW4#sh run int vlan 92
Building configuration...
Current configuration : 61 bytes
!
interface Vlan92
ip address 99.99.92.2 255.255.255.0
end
Rack1SW4#sh run int vlan 93
Building configuration...
Current configuration : 61 bytes
!
interface Vlan93
ip address 99.99.93.2 255.255.255.0
end
Rack1SW4#
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> Uplink int configuration on the SWx
interface FastEthernet0/30
switchport trunk encapsulation dot1q
switchport mode trunk
end
Rack1SW4#
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> ping from SW to router...
Rack1SW4#ping 99.99.91.1 source vlan 91
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 99.99.91.1, timeout is 2 seconds:
Packet sent with a source address of 99.99.91.2
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/9 ms
Rack1SW4#ping 99.99.92.1 source vlan 92
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 99.99.92.1, timeout is 2 seconds:
Packet sent with a source address of 99.99.92.2
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/9 ms
Rack1SW4#ping 99.99.93.1 source vlan 93
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 99.99.93.1, timeout is 2 seconds:
Packet sent with a source address of 99.99.93.2
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/7/17 ms
Rack1SW4#
HTH
Oglum AVD