Kaspersky Original

Welcome to Cisco-update blog

Welcome guys,

Thanks to God, with this blog is finally created. This blog is inspired by my experience as the beginner of Network Administrator. At first time I learn how Cisco Router Works, but this is very confusing. Without basic knowledge about unix and dbase this is very hard.
First Time I configure the Router AS5200, it was 2 books and a dozen of document from Cisco I red, and took me about 3 months to have the Router works.
After the first success, I become more confident and try to understand how the command is affect to the routers itself.
The main key is learn and learn, then braveness to try, don't be give-up, asking someone who experienced.
Thanks to Cisco Documentation it was wonderful help.

To you all guys, never mind you are new or expert practice will make perfect.. so keep practice and practice... again thanks for visiting my blog my you satisfied with its content.

Friday, January 25, 2008

[IndoCisco] ISDN & FRAM RELAY



Semester 2 Chapter 4

ISDN and DDR

Layer 2 ISDN à
LAPD (Link Access Procedure on D Channel)

à Fungsi : untuk
memastikan bahwa control dan signal informasi dikirim secara benar.

LDN à Local Dial Number
(No.Tlp)

SPID (Service Profile Identifier)

à nomor yang digunakan untuk identifikasi
configurasi dari line ISDN. Nomor ini diperoleh dari ISP.

Configurasi ISDN :

Interface BRI tentukan ISDN switch yang digunakan provider.

Router(config)#
isdn switch-type switch-type (basic-ni)

Atau

router(config)#
int bri 0

router(config-if)#
isdn switch-type switch-type

nb :
switch-type : basic-ni (tergantung dari service providernya)

untuk disable à
router(config)# isdn switch-type none

Masukkan ISDN SPID (optional)

Router(config)#
int bri 0

Router(config-if)#
isdn spid1 spid-number LDN

Router(config-if)#
isdn spid2 spid-number LDN

Spid ada 2 karena digunakan untuk
menspesifikasikan 2 B Channel.

LDN (Local
Directory Dial Number) à biasanya dapat dari ISP

à
berupa nomor telpon

Interface PRITentukan ISDN switch yang digunakan providerTentukan controller (T1 / E1) yang digunakan,
framing type dan line coding dari provider ISDN.

·
Setting Controller

Router(config)#
controller E1/T1 [slot/port]

·
Setting Framing

Untuk T1 à
router(config-controller)# framing (sf/esf)

Untuk E1 à
router(config-controller)# framing (crc4/no-crc4)

·
Setting Line Coding

Router(config-controller)#
linecode (ami/b8zs/hdb3)

Setting Slot Time (Slot2 mana yang digunakan)

Router(config-controller)#
pri-group [timeslot range]

Untuk T1 à 1 – 24 à 23B + 1D

E1 à 1 – 31 à 30B + 1D

Tentukan
Interface PRI D Channel yang digunakan, interface yang digunakan adalah
interface serial yang terhubung ke E1 / T1 dari router

Router(config)#
int serial [slot/port] : channel

E1 à
no channel = 1 – 31 à 16 untuk channel D (signaling) à
Tengah

T1 à
no channel = 1 – 24 à 24 untuk channel D (signaling) à
Akhir

Karena pada
router interface number ditulisnya dari 0 maka :

E1 à no channel = 0 – 30 à signaling = 15 (channel ke – 15)

T1 à no channel = 0 – 23 à signaling = 23 (channel ke – 23)

Maka dari itu interface menunjuk pada channel D.

E1 à router(config)# interface serial 0/0 : 15

T1 à
router(config0# interface serial 0/0 : 23

Contoh :

T1

E1

Router(config)# controller T1 1/0

Router(config)# controller E1 1/0

Router(config-controller)# framing esf

Router(config-controller)# framing crc4

Router(config-controller)# linecode b8zs

Router(config-controller)# linecode hdb3

Router(config-controller)# pri-group timeslots 1-24

Router(config-controller)# pri-group timeslot 1-31

Router(config-controller)# interface serial 0/0
: 23

Router(config-controller)# interface serial 0/0:
15

Router(config-if)# isdn switch-type primary-5ess

Router(config-if)# ISDN switch-type primary-net5

Troubleshooting ISDN

Router# debug isdn q921

à
untuk lihat pesan layer 2 D channel antara router dan ISDN switch

Router# debug isdn q931

à
untuk liat pemutusan hubungan dan call setup pada layer 3

Router#
show dialer (siapa yang dial sekarang)

à status dari hubungan yang ada sekarang

à nilai dari dial up timer

à alasan kenapa dial dilakukan

à remote device yang dihubungi

Router# show interface bri [slot/port]

à
menampilkan statistic int BRI + encapsulasinya, status LCP / NCP kalo PPP
encapsulation.

Router# show isdn status (informasi Layer 1 &2)
mengandung 2 koneksi

à
untuk mengecek status BRI

pastikan layer
1 Active

layer 2 MULTIPLE_FRAME_ESTABLISHED

Router# show ISDN active

-
nomor yang dihubungi

-
waktu sampai hubungan putus

-
advice of charge (ACC)

-
Charging
units yang digunakan selama terhubung

-
informasi

DR = Dial-on-Demand Routing

Aktif
jika criteria yang ditentukan terpenuhi (20 detik)Kriteria
yang ditentukan = interesting traffic / interesting packet

(yang trigger paket2 ke luar negeri / paket2 IP)

Kalau
sudah aktif, non-interesting traffic juga di forward

Operasi :

DDR :

-
Legacy DDR

-
Dialer Profile

Legacy DDR

à
1 dialer parameter untuk 1 interface

Konfigurasi :

Definisikan
static route

- untuk mencegah aktivasi link-DDR yang terlalu sering / konstan

-
router(config)# ip route net-id subnet-mask next-hop-int(ip address)

atau

router(config)# ip route net-id subnet-mask interface

- Jika static
route banyak, maka gunakan summarization atau default route.

Tentukan
Interesting traffic :

- Jenis
protocol

- Source
address / destination address

- criteria
lain yang ditentukan oleh network administrator

router(config)#
dialer-list #dialer-group protocol
protocol-name {permit |
deny }

atau

router(config)#
dialer-list #dialer-group protocol protocol-name list #ACL

#dialer-group : 1 – 10

konfigurasi dialer information

- PPP

- Dialer-group

router(config-if)# dialer-group #dialer-group

- Dialer-map

router(config-if)# dialer map protocol next-hop-address {name hostname} dial-string

- Dialer idle-timeout

router(config-if)# dialer idle-timeout
second

default = 120 s

home(config)# ip route 10.20.0.0
255.255.0.0 10.1.0.2

home(config)# ip route 10.10.0.0
255.255.0.0 Bri 0/0 à tidak disarankan, mendingan
pake IP

home(config)# dialer-list 1 protocol ip permit

home(config)# username
central password cisco

home(config)# interface bri
0 / 0

home(config-if)#
encapsulation ppp

home(config-if)# ppp
authentication chap

home(config-if)# ip address
10.1.0.1 255.255.255.0

home(config-if)# dialer
group 1

home(config-if)# dialer map
ip 10.1.0.2

home(config-if)# dialer
idle-timeout 100

home(config-if)# no shut

central(config)# ip route
10.40.0.0 255.255.0.0 10.1.0.1

central(config)# access-list
101 deny tcp any any eq ftp

central(config)# access-list
101 permit ip any any

central(config)#
dialer-list 2 protocol ip list 101

central(config)# username
home password cisco

central(config)# interface
bri 0 / 0

central(config-if)#
encapsulation ppp

central(config-if)# ppp
authentication chap

central(config-if)# ip
address 10.1.0.2 255.255.255.0

central(config-if)#
dialer-group 2

central(config-if)# dialer
map ip 10.1.0.1 name home 5551000

central(config-if)# dialer
idle-timeout 200

central(config-if)# no shut

Dialer Profile

Element dialer
profile :

dialer
interface à logical entity yang menggunakan
per-destination dialer profile
[router(config)# interface dialer 0]dialer
pool à group dari satu atau lebih interface yang
berhubungan dengan dialer profilePhysical Interface

Konfigurasi
:

1. configure
basic DDR command :

* ip address

* tipe encapsulasi

* idle-timer

* dialer group untuk interesting traffic

2. configure
dialer string dan dialer remote-name

router(config-if)# dialer string #telp

router(config-if)# dialer remote-name host

3. configure
dialer pool

router(config-if)#
dialer pool #num

configure physical interface dan assign dialer pool

router(config-if)#
dialer pool-member #num_dialer_pool

Jika dialer pool > 1 , maka gunakan prioritas

Router(config-if)#
dialer pool-member #num_dialer_pool priority #num

FRAME RELAY

Konfigurasi Frame Relay

Setting Encapsulation di Int Serial

Router
(config-if) # encapsulation frame [ietf | cisco]

Ietf à
hubungan dengan non cisco

Setting IP Address & Bandwidth

Router
(config-if) # ip address ip subnetmask

Router
(config-if) # bandwidth 64 (dalam Kbps)

Setting LMI yang digunakan

Router
(config-if) # frame-relay lmi-type [ansi | cisco | q933a]

Buat Mapping dari Network Layer ke Link Layer (IP
Address à
dlci)

Router
(config-if) # frame-relay map protocol ip address dlci
[broadcast]

IP/IPX IP
Remote dlci local

Broadcast
digunakan untuk pengiriman Broadcast & Multicast pada VC (Virtual Circuit)

Inverse ARP

Adalah pemberitahuan untuk
mapping dari DLCI ke IP Address

Keuntungan : Memudahkan mapping DLCI

Kekurangan : Lambat & Memakan Bandwidth

Jika Inverse ARP jalan, maka DLCI akan di-map secara otomatis.

CONTOH

A (config-if) # ip address
200.200.200.1 255.255.255.252

A (config-if) # encapsulation
frame-relay KONDISI jika
Inverse ARP berjalan

A (config-if) # frame-relay
lmi-type cisco

KONFIGURASI Frame Relay Switch

FR (config) # frame-relay switching

FR (config) # int S0

FR (config-if) # encapsulation
frame-relay

FR (config-if) # frame-relay
intf-type dce

FR (config-if) # frame-relay
route 102 int S1 201

FR (config-if) # clock rate ___

FR (config-if) # no shut

FR (config) # int S1

FR (config-if) # encapsulation
frame-relay

FR (config-if) # frame-relay
intf-type dce

FR (config-if) # frame-relay
route 201 int S0 102

FR (config-if) # clock rate ___

FR (config-if) # no shut

Untuk mapping secara static
(tanpa Inverse ARP) tambahkan perintah

A (config-if) # no frame-relay
inverse-arp

A (config-if) # frame-relay map
ip 200.200.200.2 201

VERIFIKASI

# show interface serial 0

encapsulation & LMI type

# show frame-relay pvc

status PVC : Active

Inactive
à
Kesalahan di sisi remote

Deleted
à
Mapping salah

# show frame-relay lmi

LMI type

# show frame-relay map

Mapping dlci

DLCI yang di RESERVE 0 – 15 dan 1008 – 1023

0 LMI ANSI

1023 LMI CISCO

1019 – 1020 Multicast

Send instant messages to your online friends http://uk.messenger.yahoo.com

[Non-text portions of this message have been removed]

__._,_.___
To Post: indocisco@yahoogroups.com
To Unsubscribe: indocisco-unsubscribe@yahoogroups.com
To Subscribe: indocisco-subscribe@yahoogroups.com or visit: http://www.geocities.com/indocisco
Admin from http://www.geocities.com/ciscosite
Indonesia Cisco Study Group http://www.indocisco.com
Recent Activity
Visit Your Group
Search Ads

Get new customers.

List your web site

in Yahoo! Search.

Y! Messenger

Files to share?

Send up to 1GB of

files in an IM.

Yahoo! Groups

Cat Zone

Connect w/ others

who love cats.

.

__,_._,___

No comments: