I'm new to Cisco routers, but have an 877 installed in a small office
for Internet access with NAT for a single external IP address. Ethernet
port 0 is connected to the office's main Ethernet switch.
It has three "spare" ethernet ports which set me to wondering if there
was anything interesting they could be used for.
The 877 is described as having a four port *switch*. From this I
inferred that it was not really intended for Ethernet-Ethernet routing.
However since it supports VLANs, can the 877 be used for any of ...
* Guest Internet access. E.g. allow a visitor to plug in a notebook PC
to a wallport patched to Ethernet port 3 on the router, with the router
configured to prevent traffic passing between Ethernet ports 0 (main
LAN) and 3 (visitor)?
* Ditto with DHCP service to the visitor PC?
* A DMZ? E.g. plug a webserver into ethernet port 2 and configure the
router so that inbound traffic to port 80 gets mapped to the webserver,
which has no access to the main LAN?
* Something else?
The 800 series also have a serial console port, which I believe doubles
as a virtual AUX port. Can this be used for anything useful? (other than
as a console port for configuring the router)
* attach a V.90 modem for remote dial-in to router and from there telnet
to a server?
* Something else?
|
|
0
|
|
|
|
Reply
|
RedGrittyBrick (364)
|
1/30/2007 11:11:00 PM |
|
In article <1K6dnYhXgu4dTSLYRVnyhQA@bt.com>,
RedGrittyBrick <RedGrittyBrick@SpamWeary.foo> wrote:
>I'm new to Cisco routers, but have an 877 installed in a small office
>for Internet access with NAT for a single external IP address. Ethernet
>port 0 is connected to the office's main Ethernet switch.
>It has three "spare" ethernet ports which set me to wondering if there
>was anything interesting they could be used for.
>The 877 is described as having a four port *switch*. From this I
>inferred that it was not really intended for Ethernet-Ethernet routing.
>However since it supports VLANs, can the 877 be used for any of ...
One of the four switch ports can be reconfigured as a routed
interface. But for the other three ports, there is no way to
control the traffic between them: the traffic between them would
not go through the router if the traffic is in the same broadcast
domain.
|
|
0
|
|
|
|
Reply
|
roberson
|
1/31/2007 5:13:01 AM
|
|
You may wish to investigate the Cisco 877 Config Wizard:
http://www.ifm.net.nz/cookbooks/800-isr-wizard.html
Sincerely,
Brad Reese
Cisco Resumes
http://www.bradreese.com/cisco-resumes.htm
|
|
0
|
|
|
|
Reply
|
www
|
1/31/2007 10:24:01 AM
|
|
In article <xzVvh.828391$1T2.603221@pd7urf2no>,
roberson@hushmail.com (Walter Roberson) writes:
> One of the four switch ports can be reconfigured as a routed
> interface. But for the other three ports, there is no way to
> control the traffic between them: the traffic between them would
> not go through the router if the traffic is in the same broadcast
> domain.
I can't find any reference to this restriction on Cisco's webpage:
http://www.cisco.com/en/US/products/sw/iosswrel/ps5413/prod_bulletin0900aecd8028f937.html
Can you please provide a pointer to some documentation which documents
this restriction? E.g. which ethernet port can be used as a routed
interface.
Kind regards
--
Matthias Scheler http://zhadum.org.uk/
|
|
0
|
|
|
|
Reply
|
tron
|
1/31/2007 11:35:17 AM
|
|
On 31 Jan, 11:35, t...@zhadum.org.uk (Matthias Scheler) wrote:
> In article <xzVvh.828391$1T2.603221@pd7urf2no>,
> rober...@hushmail.com (Walter Roberson) writes:
>
> > One of the four switch ports can be reconfigured as a routed
> > interface. But for the other three ports, there is no way to
> > control the traffic between them: the traffic between them would
> > not go through the router if the traffic is in the same broadcast
> > domain.
>
> I can't find any reference to this restriction on Cisco's webpage:
>
> http://www.cisco.com/en/US/products/sw/iosswrel/ps5413/prod_bulletin0...
>
> Can you please provide a pointer to some documentation which documents
> this restriction? E.g. which ethernet port can be used as a routed
> interface.
If you have an 87x AND the expensive software
(Advanced IP Services) you can
indeed seperate the physical ports into seperate IP networks..
If you have the base software or an 85x you are
restricted to one VLAN.
There are no arbitrary restrictions as to their use or
configuration.
vlan 2
vlan 3
int vlan 2
ip add ...
int vl 3
ip add ...
int fa 2
sw acc vl 2
int fa 3
sw acc vl 3
Should I think work.
|
|
0
|
|
|
|
Reply
|
Bod43
|
1/31/2007 3:37:16 PM
|
|
In article <45c07ef5$0$762$5a6aecb4@news.aaisp.net.uk>,
Matthias Scheler <tron@zhadum.org.uk> wrote:
>In article <xzVvh.828391$1T2.603221@pd7urf2no>,
> roberson@hushmail.com (Walter Roberson) writes:
>> One of the four switch ports can be reconfigured as a routed
>> interface. But for the other three ports, there is no way to
>> control the traffic between them: the traffic between them would
>> not go through the router if the traffic is in the same broadcast
>> domain.
>I can't find any reference to this restriction on Cisco's webpage:
>http://www.cisco.com/en/US/products/sw/iosswrel/ps5413/prod_bulletin0900aecd8028f937.html
That's only one of the 87x's product descriptions.
>Can you please provide a pointer to some documentation which documents
>this restriction? E.g. which ethernet port can be used as a routed
>interface.
It appears that the feature I was thinking of was for the earlier 800
series router. For the 870, DMZ is by VLAN, with four VLANs being
permitted with the Advanced IP Feature Set, and no VLAN support
with the Advanced Security image. No VLANs on the 850 series either.
http://www.cisco.com/en/US/products/hw/routers/ps380/products_qanda_item0900aecd8028a982.shtml
|
|
0
|
|
|
|
Reply
|
roberson
|
1/31/2007 5:45:14 PM
|
|
On Jan 30, 11:11 pm, RedGrittyBrick <RedGrittyBr...@SpamWeary.foo>
wrote:
> <snip>
> The 800 series also have a serial console port, which I believe doubles
> as a virtual AUX port. Can this be used for anything useful? (other than
> as a console port for configuring the router)
>
> * attach a V.90 modem for remote dial-in to router and from there telnet
> to a server?
>
> * Something else?
You can indeed use the aux port with a modem, given the appropriate
DB9-DB25 (IIRC) adapter.
We use it for some customers to provide (admittedly v limited) backup
if the ADSL connection fails,
as well as providing out-of-band access to the router in that
eventuality.
I don't have a config to hand, but could possibly post/email you
something if you're interested...
(We use it with 877s too, and have in the past used this setup with
837s)
Regards,
Al
|
|
0
|
|
|
|
Reply
|
Al
|
1/31/2007 6:58:16 PM
|
|
> It appears that the feature I was thinking of was for the earlier 800
> series router. For the 870, DMZ is by VLAN, with four VLANs being
> permitted with the Advanced IP Feature Set, and no VLAN support
> with the Advanced Security image. No VLANs on the 850 series either.
>
I just tried the latest T train image with the adv. sec. feature set on a
877 and was able to run a second vlan.
Bye,
Tosh
|
|
0
|
|
|
|
Reply
|
Tosh
|
2/1/2007 6:46:44 AM
|
|
|
7 Replies
116 Views
(page loaded in 9.278 seconds)
Similiar Articles: Cisco2970 gigabit ethernet port gets disabled due to loopback ...Hi, A host with a gigabit ethernet interface I am attaching to a Cisco 2970 ... Cisco2970 gigabit ethernet port gets disabled ... Cisco 877 & DHCP not excluding addresses 1 50 any port in a storm is fine by me - comp.dcom.sys.ciscoAaron, can I set up the aux on the 2524 to behave as ...how to say , an ethernet port ? "Aaron Leonard" <Aaron@Cisco.COM> wrote in message news ... How to configure bridge between two Ethernet ports? - comp.sys.sun ...Hello I'd like to configure ethernet bridge between 2 ethernet ports ... CSS load balance to multiple ports? - comp.dcom.sys.cisco ... Layer 4 ... failover/load balancing ... CSS load balance to multiple ports? - comp.dcom.sys.cisco ...CSS load balance to multiple ports? - comp.dcom.sys.cisco ... Layer 4 Switch and Server Load ... Load Balancer has a built-in switch fabric with multiple Ethernet ports ... Cisco 1310 bridge - line protocol down - comp.dcom.sys.cisco ...How to configure bridge between two Ethernet ports? - comp.sys.sun ... Cisco 1310 bridge - line protocol down ... How to configure two fast ethernet ports as bridge in ... installing a VMWare ESXi connected to a Cisco 6500 at Gigabit ...The Server is a IBM eSeries, with 2 Gigabit Ethernet, and is connected to a Cisco 6500 with a ... I checked that already, and it does happen on all 4 of the ports I'm ... setup VLAN trunking between 2924 switch and 2611 router - comp ...How to configure bridge between two Ethernet ports? - comp.sys.sun ... setup VLAN ... comp.dcom.sys.cisco ... 2960 Port Monitoring - comp.dcom.sys.cisco I have setup port ... How to move a port from one vlan to another? - comp.dcom.sys.cisco ...Ethernet port Hardware ... with a SAN setup: one StorEdge T3 is shared ... Move a port from one vlan to another in cisco CAT OS - Urgent Hi Friends, I want to move a port ... Aironet 1200 in repeater mode work as bridge?? - comp.dcom.sys ...Can you us an aironet 1200 in repeater mode as bridge out the ethernet port?? I use PKI EAP ... aironet 1200 - two vlan's, dhcp question - comp.dcom.sys.cisco ... Aironet ... Cisco 2611 with old Ios installed - need to upgrade? - comp.dcom ...Hey, I just got a rather old Cisco 2611 router with 2 10Base-T ... I just guessed I could also use an ADSL Bridge on one of the >ethernet ports. Cisco: Use of 4 Ethernet ports on a Cisco 877 - software.itags.orgsoftware.itags.org: Cisco question: Use of 4 Ethernet ports on a Cisco 877, created at:Sat, 31 May 2008 22:09:00 GMT with 1,405 bytes, last updated: Saturday, July 14 ... Use of 4 Ethernet ports on a Cisco 877 - Velocity Reviews ...I'm new to Cisco routers, but have an 877 installed in a small office for Internet access with NAT for a single external IP address. Ethernet port 0 is connected to ... 7/17/2012 8:17:28 PM
|