cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
633
Views
0
Helpful
1
Replies

mpls configuration for cisco 861

Hi all,

i have  cisco 861 k9 routers , one at A site and second at B site .this configuration works fine for days, but it is not working...i can ping from A site to 10.1.74.27 and 10.1.74.31 and 10.1.74.32 but not to 10.1.74.28. And cant ping to any ip from B site Ihave configured to it as below

router#sh run
Building configuration...

Current configuration : 1029 bytes
!
! Last configuration change at 00:16:05 UTC Mon Mar 1 1993
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$66Vh$jGhQ19VLkV/T0Dy2Y/qkh/
!
no aaa new-model
memory-size iomem 10
!
!
ip source-route
!
!
!
!
ip cef
!
!
license udi pid CISCO861-K9 sn FGL151021Y9
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!

interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
ip address 10.1.74.32 255.255.255.252
duplex auto
speed 100
!
interface Vlan1
ip address 192.168.1.3 255.255.255.0
!

router rip
version 2
network 10.0.0.0

!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 10.1.74.31
ip route 192.168.1.0 255.255.0.0 10.1.74.27
!
!
control-plane
!
!
line con 0
exec-timeout 5 30
password xxxxx
login
no modem enable
line aux 0
line vty 0 4
password xxxxx
login
!
scheduler max-task-time 5000
end

configuration at another end site B

router#sh run
Building configuration...

Current configuration : 1029 bytes
!
! Last configuration change at 00:16:05 UTC Mon Mar 1 1993
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$66Vh$jGhQ19VLkV/T0Dy2Y/qkh/
!
no aaa new-model
memory-size iomem 10
!
!
ip source-route
!
!
!
!
ip cef
!
!
license udi pid CISCO861-K9 sn FGL151021Y9
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!

interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
ip address 10.1.74.28 255.255.255.252
duplex auto
speed 100
!
interface Vlan1
ip address 192.168.0.3 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 10.1.74.27
ip route 192.168.0.0 255.255.0.0 10.1.74.32
!
!
control-plane
!
!
line con 0
exec-timeout 5 30
password xxxxx
login
no modem enable
line aux 0
line vty 0 4
password xxxxx
login
!
scheduler max-task-time 5000
end

please help...........................

1 Reply 1

shgiri
Cisco Employee
Cisco Employee

configure 'no auto-summary' under router rip.

Review Cisco Networking for a $25 gift card