|
|
| alias90 2002-02-15, 7:37 am |
| Just Passed Switching with 881 and am doing routing but my 1605R router IOS does not seem to support BGP & OSPF.
i.e. router bgp 65600
> unknown protocol ?
A copy of a 1600 IOS image (firewall) would be amazing if any one has one. I can exchange for it.
Excerts from 'show version'
IOS (tm) 1600 Software (C1600-Y-M), Version 11.2(9)P, RELEASE SOFTWARE (fc1)
ROM: System Bootstrap, Version 11.1(12)XA, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)
Any help appreciated! | |
|
| I had the same problem, I guess the router can't handle BGP & OSPF!
I don't think the IOS will help you. | |
|
| Hiya
This Cisco link explains how to configure BGP & OSPF, but in a later IOS version than yours. It maybe that your IOS does not support BGP & OSFP. Kinda makes sense, since the 1600 series routers were designed as SOHO routers running PPP & RIP at most; not intended for the complex routing protocols you would find in higher end routers at the core layer of the Cisco model.
http://www.cisco.com/univercd/cc/td...00/rn1600xg.htm
HTH
Hippo | |
| alias90 2002-02-15, 8:23 am |
| Thanks for replying. I am currently awaiting the definitive answer from TAC@cisco.com (hopefully!). I will post if there is a solution. Thanks all | |
| alias90 2002-02-15, 8:52 am |
| 1605R:does not run advanced network routing protocols OSPF & BGP ,
OFFICIAL from Cisco.
Bollocks! I need 3 routers! | |
| Bolero 2002-02-15, 4:40 pm |
| For BGP4, I think you'll need at least 11.4. Not too sure about OSPF though.
Also, if you're interested in ISIS, you're gonna need Enterprise IOS for multiarea.
Anyhow, for BGP, my personal opinion is that you'll need at least 6-7 routers in at least 3 different AS's to really see BGP attributes at work (about 2 routers per AS). The lab's in BSCN weren't really that good.
But I guess I'll save that when I go for the 4 numbers...
Anyhow, best wishes for your lab!! | |
| The Reamer 2002-02-15, 8:41 pm |
| quote: Originally posted by alias90
1605R:does not run advanced network routing protocols OSPF & BGP ,
OFFICIAL from Cisco.
Bollocks! I need 3 routers!
I have a 1605R and I just tried enabling BGP. It works for me. I am running 12.2(2)T1.
In fact, here is a snapshot:
User Access Verification
Password:
1605R>en
Password:
1605R#config t
Enter configuration commands, one per line. End with CNTL/Z.
1605R(config)#router ?
bgp Border Gateway Protocol (BGP)
egp Exterior Gateway Protocol (EGP)
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
igrp Interior Gateway Routing Protocol (IGRP)
isis ISO IS-IS
iso-igrp IGRP for OSI networks
mobile Mobile routes
odr On Demand stub Routes
ospf Open Shortest Path First (OSPF)
rip Routing Information Protocol (RIP)
static Static routes
1605R(config)#router
Reamer | |
|
| I had the same output on mine, though when I actually tried enable using an AS number it displayed an error message.
From the look of what you typed you just did a "Router ?" and all the routing protocols were displayed.
Try "router ospf 10" (or BGP) to enable ospf and then see what happens.
Your software version is later than mine, so it may be different. | |
| The Reamer 2002-02-16, 5:27 pm |
| 1605R#sh ip proto
Routing Protocol is "ospf 6"
Invalid after 0 seconds, hold down 0, flushed after 0
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Routing for Networks:
192.168.0.0/16
Routing Information Sources:
Gateway Distance Last Update
Distance: (default is 110)
This is what happens with OSPF.
Reamer | |
| MadChef 2002-02-17, 5:12 am |
| According to the Cisco's software adviser, the 1600R series features BGP starting with 12.0(3) in the IP Plus feature set. It also shows OSPF being supported starting with 12.0(3) in the IP feature set.
See http://www.cisco.com/kobayashi/supp.../software.shtml
MadChef |
|
|
|