How to setup a "Isolate Environment" with 3560

oceanpploceanppl Member Posts: 1 ■□□□□□□□□□
HI, i would like to setup a test environment with 2 units of cisco 3560 with RIP/ EIGRP protocol.
i understand the 3560 do have L3 Routing feature, i try find the source and get to know...
in order active the function, we need config and enable



1st 3560 switch
ip routing
routing rip
network 10.0.0.0
network 11.0.0.0
network 172.168.0.0
network 192.168.0.0

int fa0/1
no switchport
ip address 192.168.10.1






2nd 3560 switch
ip routing
routing rip
network 10.0.0.0
network 172.168.0.0

interface FastEthernet0/1
no switchport
ip address 11.11.11.11 255.0.0.0


i try to ping each other and cant get thru
any advice

Comments

  • suffahsuffah Member Posts: 89 ■■□□□□□□□□
    Do you have no shutdown on the interfaces?

    Is fa0/1 connected to fa0/1? Those are on different subnets...
  • kpjunglekpjungle Member Posts: 426
    ip routing starts the routing process on the 3560. As far as I can remember, not all the basic IOS images for the 3560 have support for dynamic(some) routing protocols. I dont know if that could be your issue with RIP.

    Secondly, if you have two directly connected routers, you need to have them on the same subnet in order to communicate from one to the other.
    Studying for CCNP (All done)
  • Nishesh.PrasadNishesh.Prasad Member Posts: 185
    is'nt the command supposed to be #router rip ... followed by #version 2 ..... (if you wanna enable version 2 that is) .... and not #routing rip ??
    MCITP: EA 2008| VCP4| MCSE 2003 | CCNA | MCSA 2003: Security | MCDST | Security+ | ITILV3
  • marlon23marlon23 Member Posts: 164 ■■□□□□□□□□
    Study some more before trying to configure anything. As I can see on your config you have no idea about how these commands work.

    As was mentioned interfaces are not on common subnet, and also your network statements doesnt make sence and are wrong as well.
    LAB: 7609-S, 7606-S, 10008, 2x 7301, 7204, 7201 + bunch of ISRs & CAT switches
Sign In or Register to comment.