Options

Trouble configuring WAN with GNS3

veritas_libertasveritas_libertas Member Posts: 5,746 ■■■■■■■■■■
I'm not sure whether or not this is something I'm doing wrong with GNS3 or just me not knowing what I'm doing setting it up icon_lol.gif

I cannot get them to ping each other. The line protocol keeps dropping which I'm not sure why.

Topology:




R1's config:

Current configuration : 1002 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname DTE
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 15
no network-clock-participate slot 1
no network-clock-participate wic 0
ip subnet-zero
!
!
no ip dhcp use vrf connected
!
!
ip cef
no ip domain lookup
no ip ips deny-action ips-interface
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
description DTE to DCE
ip address 192.168.1.1 255.255.255.252
no dce-terminal-timing-enable
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
no dce-terminal-timing-enable
!
ip classless
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
!
!
end

R2's config:

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname DCE
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 15
no network-clock-participate slot 1
no network-clock-participate wic 0
ip subnet-zero
!
!
no ip dhcp use vrf connected
!
!
ip cef
no ip domain lookup
no ip ips deny-action ips-interface
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
description DCE to DTE
ip address 192.168.1.2 255.255.255.252
clockrate 1000000
no dce-terminal-timing-enable
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
no dce-terminal-timing-enable
!
ip classless
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
!
!
end

Comments

  • Options
    jude56gjude56g Member Posts: 107 ■■■□□□□□□□
    This config looks good to me, and just to be sure I tested it in GNS3 and there was no problem.

    If your dropping line protocol I would check to make sure you don't have an encapsulation mis-match on either interface.

    Also, what router type are you using? I have seen issues with the 2600's in GNS3, so it could be something weird with that.
  • Options
    veritas_libertasveritas_libertas Member Posts: 5,746 ■■■■■■■■■■
    I'm using a 2651XM IOS. The funny thing is, I reloaded the virtual routers and they started working. Very odd behavior.

    At least I learned something :)
Sign In or Register to comment.