Re: The choice of default-network [7:16777]

2001-08-22 Thread Sasha
Hi, If all 5 default networks are reachable from your router, then, all five will be considered as candidate defaults (will be marked with * in RT). However, only one of five will be chosen as a gateway of last resort. The choice is based on a comparison of administrative distances: the route wit

Re: help with displaying ip route

2001-03-19 Thread Sasha
You can overcome this by adding "permanent" keyword after ip route command. Alex == ""Morgan Hairston"" <[EMAIL PROTECTED]> escribió en el mensaje 01c0ae47$09158450$[EMAIL PROTECTED]">news:01c0ae47$09158450$[EMAIL PROTECTED]... > I am configuring a 1600 router and don't have an

Re: Full duplex and a hub

2001-03-14 Thread Sasha
Indeed, 3COM has a product called "full-duplex repeater" (what a name...). This is actually a hybrid of a switch and a repeater: it uses buffering of incoming frames and a round-robin method of forwarding them to all egress ports. However, my question concerns the common device -- no buffering. Ho

Full duplex and a hub

2001-03-14 Thread Sasha
Hi ALL, a fast Ether port on a cisco switch (2900XL) connected to a hub (3com repeater) 10/100 port reports auto-negotiated full-duplex, and works fine. How can a normal hub (no buffering!) accept full-duplex? To my undestanding this is impossible... Am I wrong? And, is there a simple way to check

Re: Cisco 3620 router ports

2000-08-04 Thread Sasha Milic
Frank Wells wrote: > > I have been looking on CCO to get the factory specs of a 3620 > router but it is not very clear what interfaces it ships with. Hi Frank, 3620 and 3640 don't have any interfaces built-in. You have to order everything. 3660 has built-in 10/100 Mbps ethernet. __

Re: 775 ACCESS LIST

2000-08-04 Thread Sasha Milic
> jack wrote: > > Does any one know if there are any access lists to configure on > the cisco 775 Isdn router? (I have a cisco 775 for the connection > to the Internet and I want to block ICQ from my LAN) Yes, there are filters. Take a look at 'set ip filter', 'reset ip filter' and 'show ip fi

Re: FLASH upgrade question

2000-08-03 Thread Sasha Milic
John Neiberger wrote: > > I'm going to be adding 8 MB of FLASH to a 2520 that already has 8 MB. Will > adding the new SIMM cause me to lose the IOS image currently residing in the > existing SIMM? I suppose this is a moot question because I'll be upgrading > the IOS immediately afterward, but I

Re: about AS5300

2000-07-31 Thread Sasha Milic
xuhaicheng wrote: > > 1.how can i verify the all E1 channel from 1 to 31 is available in the as5300 show isdn service ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and subscription info: http://www.groupstudy.co

Re: Cable Pintou

2000-07-22 Thread Sasha Milic
yu hao wrote: > > Can anybody kindly tell me the pinout of cable E1-Pri(DB15-RJ48) > used on moudle CE1/Pri of 2600 or 3600 serial. I've made lot of this cables. Here it is: RJ-45 DB-15 = = 1 8 2 15 4 9 5 2 Regards, Sasa, CCNP

Re: The As5300 Module

2000-07-17 Thread Sasha Milic
rucha wrote: > > Can anyone give me the detail information about the "AS53-E1-60DM" > which is the modem module of the AS5300,cisco decript the "60 MICA > Modems_, 1 MICA CC and 1 Quad E1/PRI Card",I don't know what's the > "1MICA CC".Thanks! MICA CC is 'mica carrier card'. It is card th

Re: Cisco 7500/7200

2000-07-13 Thread Sasha Milic
> is there a way to check if the router is a 7500 or a 7200 by using sh ver. Mine 7206 says: #show version ... cisco 7206 (NPE200) processor with 122880K/8192K bytes of memory. ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ

IPSec Design Guide on CCO

2000-07-13 Thread Sasha Milic
Just found great book on CCO! IPSec Design Guide - 2.2 MB, 444 pages. Enjoy ! http://www.cisco.com/cpropart/sync-src/ccstcp/cc/techno/protocol/ipsecur/ipsec/tech/ipsc_dg.pdf Sasa ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ, li

Re: How to get the running config of routers using SNMP

2000-07-13 Thread Sasha Milic
Chan Dovelet wrote: > > Can I use SNMP to get their config? What is the MIB id? Variable is: writeNet OBJECT IDENTIFIER ::= { lsystem 55 } writeNet OBJECT-TYPE SYNTAX DisplayString ACCESS write-only STATUS mandatory DESCRIPTION "Write configuration t

Re: E1 question

2000-07-13 Thread Sasha Milic
Edward Solomon wrote: > > To my knowledge, this is not strictly true. E1 timeslot 0 is > always used for framing. You can have E1 line with all 32 timeslots used for data. It works, really, we have such lines. But, if the line is too long, there could be problems and you could receive 'frame sli

Re: Off topic: MX entry and ISP

2000-07-12 Thread Sasha Milic
> Suresh_Kumar wrote: > > How the MX entry and the www entry of a dns server go together when the > mail server and the web hosting server are with two different ISPs of > different locations. Suresh, no problems for that. DNS servers for the domain will be hosted on the DNS servers of one prov

Re: Adding more virtual terminal lines

2000-07-10 Thread Sasha Milic
> Chris McCoy wrote: > >Does anyone know how to add more VTY lines in newer versions of IOS? > One used to be able to specify more lines by specifying a higher number > than the usual '4' in the range of the 'line vty' statement. e.g. to make > 11 lines: It works on mine AS5300/12.0 (confi

Re: aaa if-needed

2000-07-05 Thread Sasha Milic
ername and password, and will be authenticated on tty line, with, for example: line 1 240 autoselect during-login autoselect ppp authorization exec use-radius login authentication use-radius Consequently, there is no need for subsequent PPP authentication

Re: Capturing IP Accounting information for billing.

2000-06-28 Thread Sasha Milic
ccountEntry, which is defined in OLD-CISCO-IP MIB as: LipCkAccountEntry ::= SEQUENCE { ckactSrc IpAddress, ckactDst IpAddress, ckactPkts INTEGER, ckactBytes INTEGER, ckactViolation INTEGER } Hope this helps.