Hi @ all,
I have a prob to become vlans running. The Szenario: Catalyst 3548 which have 4 Vlan defined. Gig-E as 802.1q uplink to an router.
interface FastEthernet0/1
switchport access vlan 10
spanning-tree portfast
!
interface FastEthernet0/2
switchport access vlan 20
spanning-tree portfast
!
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
!
!
!
interface VLAN1
ip address 10.16.4.250 255.255.254.0
no ip directed-broadcast
no ip route-cache
!
interface VLAN10
ip address 192.168.10.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
shutdown
!
interface VLAN20
ip address 192.168.20.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
shutdown
!
!
The prob is that I can't reach from router site the switchports via ip. I tried also to set vlan in no shut state, but I'm not able to do this. The switch accept the command but it will not change in the config.
On each switchport i have a customer server connected and I will carry the data with his own vlan through our network. If anybody there to give me support.
Kind regards.
Mike
I have a prob to become vlans running. The Szenario: Catalyst 3548 which have 4 Vlan defined. Gig-E as 802.1q uplink to an router.
interface FastEthernet0/1
switchport access vlan 10
spanning-tree portfast
!
interface FastEthernet0/2
switchport access vlan 20
spanning-tree portfast
!
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
!
!
!
interface VLAN1
ip address 10.16.4.250 255.255.254.0
no ip directed-broadcast
no ip route-cache
!
interface VLAN10
ip address 192.168.10.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
shutdown
!
interface VLAN20
ip address 192.168.20.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
shutdown
!
!
The prob is that I can't reach from router site the switchports via ip. I tried also to set vlan in no shut state, but I'm not able to do this. The switch accept the command but it will not change in the config.
On each switchport i have a customer server connected and I will carry the data with his own vlan through our network. If anybody there to give me support.
Kind regards.
Mike