Hello
I have router 2501 connected thru ethernet 0 to swith 2950 (fastethernet 0/1 of the switch). I also have PC connected to fastethernet 0/2 of the switch.
I also have three vlans. Swith has configutarion:
interface FastEthernet0/1
switchport mode trunk
interface FastEthernet0/2
switchport mode access
switchport access vlan 30
vlan 30 name servers
vlan 10 name Research
vlan 20 name Sales
Router has configuration:
interface Ethernet0
no ip address
no ip directed-broadcast
!
interface Ethernet0.1
encapsulation dot1q 10
ip address 223.0.0.1 255.255.255.192
!
interface Ethernet0.2
encapsulation dot1q 20
ip address 223.0.0.65 255.255.255.224
!
interface Ethernet0.3
encapsulation dot1q 30
ip address 223.0.0.145 255.255.255.240
!
PC has address 223.0.0.149 (vlan 30).
The problem is that even router can not ping himself:
#ping 223.0.0.145
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 223.0.0.145, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5), round-trip min/avg/max = 1/2/4 ms
it's interface is down:
#sh interfaces ethernet 0.3
Ethernet0.3.3 is up, line protocol is down
Internet address is 223.0.0.145/28
MTU 1500 bytes, BW Kbit, DLY 1000 usec, rely 255/255, load 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Why ? What do i need to add to ping PC from router ?
Thanx
Michal
I have router 2501 connected thru ethernet 0 to swith 2950 (fastethernet 0/1 of the switch). I also have PC connected to fastethernet 0/2 of the switch.
I also have three vlans. Swith has configutarion:
interface FastEthernet0/1
switchport mode trunk
interface FastEthernet0/2
switchport mode access
switchport access vlan 30
vlan 30 name servers
vlan 10 name Research
vlan 20 name Sales
Router has configuration:
interface Ethernet0
no ip address
no ip directed-broadcast
!
interface Ethernet0.1
encapsulation dot1q 10
ip address 223.0.0.1 255.255.255.192
!
interface Ethernet0.2
encapsulation dot1q 20
ip address 223.0.0.65 255.255.255.224
!
interface Ethernet0.3
encapsulation dot1q 30
ip address 223.0.0.145 255.255.255.240
!
PC has address 223.0.0.149 (vlan 30).
The problem is that even router can not ping himself:
#ping 223.0.0.145
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 223.0.0.145, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5), round-trip min/avg/max = 1/2/4 ms
it's interface is down:
#sh interfaces ethernet 0.3
Ethernet0.3.3 is up, line protocol is down
Internet address is 223.0.0.145/28
MTU 1500 bytes, BW Kbit, DLY 1000 usec, rely 255/255, load 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Why ? What do i need to add to ping PC from router ?
Thanx
Michal