mda am vazut ca nu face detectie automata, in cazul asta si tre fortat, si mai trebuie si definit vlanul nativ
uite configu final care merge, pentru cine o dori :))) pe ruter: interface FastEthernet0/1.1 encapsulation dot1Q 3 native ip address 192.168.11.1 255.255.255.0 ! interface FastEthernet0/1.2 encapsulation dot1Q 4 ip address 192.168.200.1 255.255.255.0 ! pe switch: interface GigabitEthernet0/3 switchport trunk encapsulation dot1q switchport trunk native vlan 3 switchport trunk allowed vlan 1,3,4,1002-1005 switchport mode trunk no ip address ! interface GigabitEthernet0/4 switchport access vlan 3 no ip address ! interface GigabitEthernet0/5 switchport access vlan 4 no ip address ! interface Vlan3 ip address 192.168.11.10 255.255.255.0 ! interface Vlan4 ip address 192.168.200.10 255.255.255.0 ! On Wed, 5 Mar 2003 19:00:07 +0200, "Teodor Iacob" <[EMAIL PROTECTED]> said: > Iti lipseste comanda switchport mode trunk pe gi 0/2 > > On Wed, Mar 05, 2003 at 04:00:33PM +0100, Ciprian Niculescu wrote: > > de vreo 2 ore ma tot chinui sa inteleg de ce nu merge, poate ma lumineaza > > cineva > > > > se da asa: R1 -- SW -- R2 > > > > R1#ping 192.168.200.10 > > > > Type escape sequence to abort. > > Sending 5, 100-byte ICMP Echos to 192.168.200.10, timeout is 2 seconds: > > !!!!! > > Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms > > R1#ping 192.168.200.2 > > > > Type escape sequence to abort. > > Sending 5, 100-byte ICMP Echos to 192.168.200.2, timeout is 2 seconds: > > ..... > > Success rate is 0 percent (0/5) > > R1# > > > > R1: > > interface FastEthernet0/1 > > ip address 192.168.200.1 255.255.255.0 > > speed auto > > half-duplex > > ! > > SW: > > interface GigabitEthernet0/1 > > switchport access vlan 2 > > no ip address > > ! > > interface GigabitEthernet0/2 > > switchport trunk encapsulation dot1q > > switchport trunk allowed vlan 1-3,1002-1005 > > no ip address > > interface Vlan2 > > ip address 192.168.200.10 255.255.255.0 > > ! > > > > R2: > > interface FastEthernet0/0 > > no ip address > > duplex auto > > speed auto > > ! > > interface FastEthernet0/0.1 > > encapsulation dot1Q 2 > > ip address 192.168.200.2 255.255.255.0 > > ! > > > > -- > > Pentru dezabonare, trimiteti mail la > > [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. > > REGULI, arhive si alte informatii: http://www.lug.ro/mlist/ > > > > -- > Teodor Iacob, > Network Administrator > Astral TELECOM Internet > -- > Pentru dezabonare, trimiteti mail la > [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. > REGULI, arhive si alte informatii: http://www.lug.ro/mlist/ > > > -- Pentru dezabonare, trimiteti mail la [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. REGULI, arhive si alte informatii: http://www.lug.ro/mlist/
