Link to home
Start Free TrialLog in
Avatar of annasad
annasadFlag for Canada

asked on

Cisco "Sh Runn Conf" .....

hu guys ...
i am a junior cisco techne ....

well i have a router configurations ... i just wanted to understand what is that ...

1.  i have a router of 2600 series having the foloowing conf ...i just know that               router is connected in my WAN netwrok on a radio link ...
i want to know about this ....



2.       normally we connect media(DXX, VSAT) with the help of smart serial cards or simply serial cards for the WAN connectivity ....well in Radio link ...what card exactly needs to attach with the router and also how we need to configure it ...if its complex ...

and also physically only one card is connected with the router having one port and when i saw its name it was like

PRI 2CE1U

what parameters are needed to configure for that .... under this you will see the configurations for total of 8 ports...if they are of virtual interfaces ????
whats these ports actually are

have a look on it


Router#sh runn
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
clock timezone PST 5
ip subnet-zero
no ip domain-lookup
!
!
!
controller E1 1/0
 framing NO-CRC4
 channel-group 0 timeslots 1-4
 channel-group 1 timeslots 5-8
 channel-group 2 timeslots 9-10
 channel-group 3 timeslots 11-12
 --More--
 channel-group 4 timeslots 13
 channel-group 5 timeslots 14
 channel-group 6 timeslots 15-18
 channel-group 7 timeslots 19-22
!
controller E1 1/1
!
!
!
interface Ethernet0/0
 ip address 146.62.222.40 255.255.255.0
 no ip directed-broadcast
 no keepalive
!
interface Serial1/0:0
 description Link b/w ISB to LHR 256 Kbps
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
!
interface Serial1/0:1
 description Link b/w ISB to KHI 256 Kbps
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
 --More--
interface Serial1/0:2
 description Link b/w ISB to MLTN 128 Kbps
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
!
interface Serial1/0:3
 description Link b/w ISB to RWP 128 Kbps
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
!
interface Serial1/0:4
 description Link b/w ISB to PESH 64 Kbps
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
!
interface Serial1/0:5
 description Link b/w ISB to SUKKUR 64 Kbps
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
!
interface Serial1/0:6
 description Link b/w ISB to AKORA 256 Kbps
 --More--
ip unnumbered Ethernet0/0
 no ip directed-broadcast
!
interface Serial1/0:7
 description Link b/w ISB to JEHLM 256 Kbps
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
!
router eigrp 1
 network 146.62.222.40 0.0.0.0
!
ip classless
no ip http server
!
!
!
line con 0
 logging synchronous
 transport input none
line aux 0
line vty 0 4
 login
!
 --More--
end

Router#


what this command exactly do

line con 0
 logging synchronous
 transport input none     >>>>>>>>>>>>THIS ONE

asad


Avatar of tang_tzuchi
tang_tzuchi
Flag of Malaysia image

hi,

From your configuration, those interface Serial1/0:0 to interface Serial1/0:7 were the sub interface (which is virtual) which seperate from the serial port serial1/0.

Avatar of annasad

ASKER

okey and what about it

controller E1 1/0
 framing NO-CRC4
 channel-group 0 timeslots 1-4
 channel-group 1 timeslots 5-8
 channel-group 2 timeslots 9-10
 channel-group 3 timeslots 11-12
 --More--
 channel-group 4 timeslots 13
 channel-group 5 timeslots 14
 channel-group 6 timeslots 15-18
 channel-group 7 timeslots 19-22
!
controller E1 1/1


ASKER CERTIFIED SOLUTION
Avatar of pjtemplin
pjtemplin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also check out the followsing URL --> Connecting Wireless Multipoint Network Modules

http://www.cisco.com/en/US/products/hw/modules/ps2797/products_module_installation_guide_chapter09186a008007c8d0.html

Regards,

Nilesh Roy.
Avatar of annasad

ASKER

well what can i assume from
transpor input none ..... on a VTY interface ....

what this would do when some user will try to telnet the Router/Switch .....
will it deny the request or it will sun some procedure to check its validation ???

and well if each timeslot is for 64kbps how mnay timeslots can be assigned ????

and how you assign them ......according to my conf ......if u have taken ur Coffee???

as physically how much bandwith a serail interface supports ????

and if i can assume from my runn-conf that how much total of bandwith is running on this physical interface (Serial) ??????



ASAd
Avatar of pjtemplin
pjtemplin

transport input none restricts access to the VTY interfaces.  I think it'd deny access, but can't easily confirm and don't have quick access to a lab box that I can accidentally but safely lock myself out of.  :)

If you have an E1, you have 32 timeslots available to you.  They are assigned as you see, underneath the controller section.  The interface supports about 2Mbps (32x64kbps) since it's an E1 interface.  For actual bandwidth allotted, just add up the number of timeslots in use and multiply by 64kbps.
Avatar of annasad

ASKER

well i am getting you ....

i will do it in mya LAB ...dont worry ... i wont lock up myslef as i would have a console ...

well on a radio link ...how much bandwith can be supported ...coz i assume thats not an E1 Line ......i am connected with the Radio Modem with that interface ...


If you have the card you told us you have, it has two E1 ports.  2.0Mbps per port.
Avatar of annasad

ASKER

well surely card is E1 port ...but i said how much a RADIO Link can provide Bandwidth .... my interface suports that bandwith but what about my carier ???
its not an E1 Line or not a telephone Line which supports up to 54 Mbps ....
I HAVE A RADIO LINK ...WHAT ITS LIMITAION ????
I DON'T KNOW.  ASK THE RADIO LINK MANUFACTURER.

If it's going to PLUG INTO YOUR ROUTER, WITH THE CARDS YOU HAVE, IT'S GOING TO BE AN E1 INTERFACE.
Avatar of annasad

ASKER

OK