Temat: Cisco RV220W i catalyst 2950

Witam
Proszę o podpowiedź gdzie robię błąd. Chciałbym połączyć ze sobą dwa urządzenia: router Cisco RV220W oraz switch Cisco catalyst 2950 tak żeby, kolokwialnie mówiąc widziały się w sieci i ze sobą gadały. Konfiguracja jest następująca:
Router:
LAN 192.168.0.15, 255.255.255.0
DHCP jest wyłączone, na firewallu uruchomiona jest opcja IP/MAC Binding przypisująca adresy IP do MAC adresów. Pozostałe ustawienia są domyślne.
Switch:
Current configuration : 2025 bytes
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
hostname dom
enable secret 5 $1$3Qa8$lWX0TGkV8ziebCANUXdo80
ip subnet-zero
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
interface FastEthernet0/1
switchport access vlan 99
switchport mode access
switchport port-security maximum 2
switchport port-security mac-address sticky

interface FastEthernet0/4
switchport access vlan 99

interface FastEthernet0/17
switchport access vlan 99

interface Vlan1
no ip address
no ip route-cache
shutdown
!
interface Vlan99
ip address 192.168.0.154 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.0.15
ip http server
!
line con 0
password
login
line vty 0 4
password
login
line vty 5 15
login
!

Router wpięty jest do 17 portu switcha, a PC do 4 portu:

FastEthernet0/4 is up, line protocol is up (connected)
Hardware is Fast Ethernet, address is 0013.1932.9e04 (bia 0013.1932.9e04)
MTU 1500 bytes, BW 100000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is 100BaseTX
input flow-control is unsupported output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:01, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 1000 bits/sec, 4 packets/sec
5 minute output rate 6000 bits/sec, 3 packets/sec
41304 packets input, 4018538 bytes, 0 no buffer
Received 2804 broadcasts (0 multicast)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 1235 multicast, 0 pause input
0 input packets with dribble condition detected
64622 packets output, 28775914 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out

FastEthernet0/17 is up, line protocol is up (connected)
Hardware is Fast Ethernet, address is 0013.1932.9e11 (bia 0013.1932.9e11)
MTU 1500 bytes, BW 100000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is 100BaseTX
input flow-control is unsupported output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 4000 bits/sec, 4 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
68912 packets input, 10146858 bytes, 0 no buffer
Received 68571 broadcasts (0 multicast)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 28055 multicast, 0 pause input
0 input packets with dribble condition detected
1486 packets output, 154962 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out

Sprawdzałem poleceniem ping z routera na adres 192.168.0.154 czy istnieje połączenie między routerem a switchem, ale otrzymuje cały czas komunikat: upłynął limit czasu żądania. Natomiast PC komunikuje się ze switchem prawidłowo.
Uczę się dopiero więc pewnie jakiejś opcji nie skonfigurowałem, ale nie potrafię odnaleźć błędu. Proszę o wskazówki. .