Pagina 1 di 1

Problema Cisco 877 Rotte per Vlan

Inviato: mar 27 ago , 2013 11:34 am
da vassiskansa
Salve a tutti,
spero che qualcuno sappia darmi consigli preziosi riguardo alla configurazione del mio cisco 877, perchè io non so più a che santo votarmi...

La configurazione che interessa sapere è la seguente:

Codice: Seleziona tutto

!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
 switchport access vlan 2
!
interface Vlan1
 description DATI
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
!
interface Vlan2
 description VOIP
 ip address 192.168.10.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
!
Il problema è che se faccio uno show ip route il risultato è il seguente

Codice: Seleziona tutto

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

     185.21.0.0/32 is subnetted, 2 subnets
C       185.21.72.7 is directly connected, Dialer1
C       185.21.72.8 is directly connected, Dialer2
     82.0.0.0/32 is subnetted, 1 subnets
C       82.113.192.22 is directly connected, Dialer1
                      is directly connected, Dialer2
     77.0.0.0/32 is subnetted, 1 subnets
S       77.239.128.7 is directly connected, Dialer2
C    192.168.1.0/24 is directly connected, Vlan1
S*   0.0.0.0/0 is directly connected, Dialer1
Come vedete la rotta per la Vlan2 (192.168.10.0/24) non è menzionata.
Come mai secondo voi per la Vlan1 la rotta c'è e per la Vlan2 la rotta non viene creata in automatico? E come dovrei fare per "attivarla"?
Grazie.
Simone.

Re: Problema Cisco 877 Rotte per Vlan

Inviato: mar 27 ago , 2013 8:13 pm
da riky912
Ciao,

Se fai show ip int brief la VLAN è up/up o up/down?
nel secondo caso è stata definita nel "database vlan"?

Facci sapere :)

Re: Problema Cisco 877 Rotte per Vlan

Inviato: mer 28 ago , 2013 2:55 pm
da vassiskansa
Scusatemi, ho già risolto.
E' scritto tutto qui.
http://www.ciscoforums.it/viewtopic.php?f=10&t=30670
Scusate la ripetizione ma inizialmente non sapevo bene dove mettere il post.
Saluti.
Simone.