Re: Router Config [7:54479]

2002-09-29 Thread Robert Edmonds

Steven,
Thanks for the correction.  And I thought I was going to make it through
this weekend without learning something ;)

""Steven A. Ridder""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> There is a command "printer" under global config that allows you to send
> jobs to a printer.  I just looked it up and you need to understand the LPD
> Unix command to understand printer on a router.
>
>
> ""Robert Edmonds""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Copy it to a text file, then print it.  There is no way to print it
> directly
> > from the router.
> >
> > ""Hamed Sedighi""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > Hi,
> > > How can I print my router configuration?
> > >
> > > Thanks,
> > > Hamed Sedighi




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=54489&t=54479
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router Config [7:54479]

2002-09-29 Thread Steven A. Ridder

There is a command "printer" under global config that allows you to send
jobs to a printer.  I just looked it up and you need to understand the LPD
Unix command to understand printer on a router.


""Robert Edmonds""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Copy it to a text file, then print it.  There is no way to print it
directly
> from the router.
>
> ""Hamed Sedighi""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi,
> > How can I print my router configuration?
> >
> > Thanks,
> > Hamed Sedighi




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=54485&t=54479
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router Config [7:54479]

2002-09-29 Thread Robert Edmonds

Copy it to a text file, then print it.  There is no way to print it directly
from the router.

""Hamed Sedighi""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> How can I print my router configuration?
>
> Thanks,
> Hamed Sedighi




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=54483&t=54479
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router config

2001-04-08 Thread Howard C. Berkowitz

It's not clear to me what problem this configuration will solve.  RIP 
summarizes at classful boundaries anyway, so the 192.168.1.0/24 
network would be advertised to any other network (assuming 
auto-summary is not disabled).  This configuration would advertise 
the /24 supernet inside 192.168.1.0/24, but without any more 
information, how is that useful to anyone?

Hope I'm not venting too much, but there are lots of posts of single 
router configurations with questions "what does this do?"  Try to put 
this in perspective -- a router, in and of itself, doesn't do 
anything very interesting.  To understand the effects, I have to know 
more about the network into which the router is placed.  I need to 
know addressing assumptions, and whether the router connects to other 
routers -- and what THEY do.

>this *will* originate a route of 192.168.1.0/24 by injecting the static into
>RIP, but to properly summarise - ie only originate the aggregate address and
>not the more-specifics - you would need to filter the /30s associated with
>the serial interfaces with a distribute-list or route-map.  Unfortunately
>RIP doesn't have the inbuilt summarization capabilities of OSPF or IS-IS.
>
>Andy
>
>"Ping" wrote:
>>  it is way to summarize..
>>  that is what is being done by
>>
>>  router rip
>>  network 192.168.1.0
>>  redistribute static
>>  !
>>  ip route 192.168.1.0 255.255.255.0 loopback 0
>>
>>  Hunt Lee wrote:
>>
>>  > I don't understand the following routing configs.  I understand that
>>  > redistribute static means it will redistribute static routes into RIP
>>  > network, but that's all I could see.  Can anybody please shed some light
>>  > on this?
>>  >
>>  > interface Serial 0
>>  > ip address 192.168.1.1 255.255.255.252
>>  > !
>>  > interface Serial 1
>>  > ip address 192.168.1.5 255.255.255.252
>>  > !
>>  > interface Serial 2
>>  > ip address 192.168.1.9 255.255.255.252
>>  > !
>>  > interface Serial 3
>>  > ip address 192.168.1.13 255.255.255.252
>>  > !
>>  > interface Serial 4
>>  > ip address 192.168.1.17 255.255.255.252
>>  > !
>>  > router rip
>>  > network 192.168.1.0
>>  > redistribute static
>>  > !
>>  > ip route 192.168.1.0 255.255.255.0 loopback 0
>>  >
>>  > Regards,
>>  > Hunt Lee
_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router config

2001-04-08 Thread andyh

this *will* originate a route of 192.168.1.0/24 by injecting the static into
RIP, but to properly summarise - ie only originate the aggregate address and
not the more-specifics - you would need to filter the /30s associated with
the serial interfaces with a distribute-list or route-map.  Unfortunately
RIP doesn't have the inbuilt summarization capabilities of OSPF or IS-IS.

Andy

"Ping" wrote:
> it is way to summarize..
> that is what is being done by
>
> router rip
> network 192.168.1.0
> redistribute static
> !
> ip route 192.168.1.0 255.255.255.0 loopback 0
>
> Hunt Lee wrote:
>
> > I don't understand the following routing configs.  I understand that
> > redistribute static means it will redistribute static routes into RIP
> > network, but that's all I could see.  Can anybody please shed some light
> > on this?
> >
> > interface Serial 0
> > ip address 192.168.1.1 255.255.255.252
> > !
> > interface Serial 1
> > ip address 192.168.1.5 255.255.255.252
> > !
> > interface Serial 2
> > ip address 192.168.1.9 255.255.255.252
> > !
> > interface Serial 3
> > ip address 192.168.1.13 255.255.255.252
> > !
> > interface Serial 4
> > ip address 192.168.1.17 255.255.255.252
> > !
> > router rip
> > network 192.168.1.0
> > redistribute static
> > !
> > ip route 192.168.1.0 255.255.255.0 loopback 0
> >
> > Regards,
> > Hunt Lee
_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router config

2001-04-07 Thread Ping

it is way to summarize..
that is what is being done by

router rip
network 192.168.1.0
redistribute static
!
ip route 192.168.1.0 255.255.255.0 loopback 0

Hunt Lee wrote:

> I don't understand the following routing configs.  I understand that
> redistribute static means it will redistribute static routes into RIP
> network, but that's all I could see.  Can anybody please shed some light
> on this?
>
> interface Serial 0
> ip address 192.168.1.1 255.255.255.252
> !
> interface Serial 1
> ip address 192.168.1.5 255.255.255.252
> !
> interface Serial 2
> ip address 192.168.1.9 255.255.255.252
> !
> interface Serial 3
> ip address 192.168.1.13 255.255.255.252
> !
> interface Serial 4
> ip address 192.168.1.17 255.255.255.252
> !
> router rip
> network 192.168.1.0
> redistribute static
> !
> ip route 192.168.1.0 255.255.255.0 loopback 0
>
> Regards,
> Hunt Lee
_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]