ciao a tutti,
sto cercando di configurare le subinterface del mio 2610 per far
comunicare 2 vlan.
il problema e che quando do l'ip address sulla eth 0/0.1 mi dice:
Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or IS
L vLAN.
il comando encapsulation non lo accetta,perchè penso che abbia solo il dot1q o l'isl.
grazie
supporto trunk del cisco 2610
Moderatore: Federico.Lagni
- MaiO
- Messianic Network master
- Messaggi: 1083
- Iscritto il: sab 15 ott , 2005 10:55 am
- Località: Milano
- Contatta:
Prova cosi:
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.3.254 255.255.255.0
no cdp enable
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.4.254 255.255.255.0
no cdp enable
!
e su switch
interface FastEthernet0/24
switchport trunk encapsulation dot1q
switchport mode trunk
Ciao
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.3.254 255.255.255.0
no cdp enable
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.4.254 255.255.255.0
no cdp enable
!
e su switch
interface FastEthernet0/24
switchport trunk encapsulation dot1q
switchport mode trunk
Ciao
-=] MaiO [=-