Hi guys.
My problem is with my new 1921 router.
GE0/0 192.168.0.253 255.255.255.0
GE0/1 192.168.1.253 255.255.255.0
2 PCs directly connected
to 0/0 192.168.0.1
to 0/1 192.168.1.1
Both side can't comunicate each other. I can ping router interface. From router console i can ping both machines, but cannot ping from one pc to other. It is my first cisco console manage router. Maybe i've made something wrong. is there any monitor to check online packets.
I've checked same conf on cisco packet tracer (router 1941) and everything works fine.
There is no access-lists yet.
Config
Current configuration : 1173 bytes ! ! Last configuration change at 22:38:00 UTC Thu Apr 12 2018 ! version 15.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! ! ! no aaa new-model ! ! ! ! ! ! ! ! ip cef no ipv6 cef ! multilink bundle-name authenticated ! cts logging verbose ! ! license udi pid CISCO1921/K9 sn FCZ2210B0GG ! ! ! redundancy ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Embedded-Service-Engine0/0 no ip address shutdown ! interface GigabitEthernet0/0 ip address 192.168.0.253 255.255.255.0 ip virtual-reassembly in duplex auto speed auto ! interface GigabitEthernet0/1 ip address 192.168.1.253 255.255.255.0 ip virtual-reassembly in duplex auto speed auto ! ip forward-protocol nd ! no ip http server no ip http secure-server ! ! ! ! ! control-plane ! ! ! line con 0 password ********* login line aux 0 line 2 no activation-character no exec transport preferred none transport output pad telnet rlogin lapb-ta mop udptn v120 ssh stopbits 1 line vty 0 4 login transport input none ! scheduler allocate 20000 1000 ! end
--routing Codes: L - local, 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, H - NHRP, l - LISP a - application route + - replicated route, % - next hop override
Gateway of last resort is not set
192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.0.0/24 is directly connected, GigabitEthernet0/0 L 192.168.0.253/32 is directly connected, GigabitEthernet0/0 192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.1.0/24 is directly connected, GigabitEthernet0/1 L 192.168.1.253/32 is directly connected, GigabitEthernet0/1
Thanks a lot
... View more