วันจันทร์ที่ 25 กรกฎาคม พ.ศ. 2554

INTERNET CAT เสีย ใช้งานไม่ได้

งานเข้าครับท่าน ตรวจเช็ค
PORT DSLAM UP ปกติ ไม่มี loss
เช็ค Autentition login ปกติ
เช็ค User name login 1 sesion
เช็ค กันฟ้า ปกติ ตลับสาย ปกติ
ใช้ Note BOOK ที่เตรียมไป เรียก INTERNETได้ปกติ
ต่อเข้าเครื่องลูกค้า เรียก IE ประมาณ 15 นาที ยังใช้งานไม่ได้
พอดี ติดโปรแกรม MoZilla Firefox ลงที่เครื่องลูกค้า สามารถเรียก INTERNET ได้ทันที

สรุป IE ของลูกค้ามีปัญหา แก้ไขโดยการ Uninstall แล้ว down load มาลงใหม่ และ Update


จบปัญหา ลูกค้า HAPPY ช่างซ่อมมีความสุข

ความรู้เกี่ยวกับ LINE ADSL

SNR Margin กับ Noise Margin และ line Attenuation
ค่าพวกนี้เอาไว้ตรวจสอบสัญญาณ ADSL
- Noise margin หรือค่าความเข้มของสัญญาณ จะต้องมีค่ามากกว่า 10 ทั้งupstream/Downstream
- Attenuation (dB) คือ ค่าสัญญาณรบกวนภายในสาย ไม่ควรจะเกิน 50dB ทั้ง local และ remote
- SNR Margin (dB) คือ ค่าความเข้มของสัญญาณ ไม่ควรจะต่ำกว่า 10dB ทั้ง local และ remote
ทีนี้เราจะรู้ได้ไงว่าค่าเท่าไรถึงจะดี


ค่า upload , download หน่วยเป็น dB
SNR >= 10 (มากเท่าไหร่ยิ่งดี)
Line Atten =< 50 (ยิ่งน้อยยิ่งดี) ปัจจัยอื่นๆ เช่น Error ในสาย , Noise , การเดินสาย เป็นต้น
SNR Margin 5db or below =bad,no sync/intermittent sync
8db-13db = average - and no sync issues
14db-22db = very good
23db-28db = excellent
29db-35db = rare, can throw a rock at co/remote
Line Attenuation
ต่ำกว่า 20 = rare, great copper lines, close to co/remote
20-30 = excellent
30-40 = very good
40-60 = average
60-65 = poor 65 and above will have issues

ในกรณีที่มีค่า SNR Margin ต่ำ หรือมี Line Attenuation สูง ให้พิจารณาเรื่องดังต่อไปนี้ 1. เดินสายโทรศัพท์ตามทางสายไฟบ้านหรือไม่ สายไฟแรงสูงที่อยู่ใกล้ๆ จะส่งผลให้เกิดสัญญาณรบกวน ( Noise) มากขึ้น 2. สายโทรศัพท์มาตรฐานหรือไม่ สายโทรศัพท์ที่ไม่ได้มาตรฐาน (เส้นลวดอาจมีขนาดเล็ก) จะทำให้การค่าความต้านทานสูงขึ้นและ Line Attenuation จะมีมากขึ้น 3. อุปกรณ์ต่อพ่วงของโทรศัพท์ เช่น POTS Splitter Micro filter โทรศัพท์ต่อพ่วง มีผลกระทบต่อทั้ง 2 ปัจจัย ยิ่งมีอุปกรณ์ต่อพ่วงมาก ก็จะเกิดสัญญาณรบกวนและ Line Attenuation จะมีค่ามากขึ้น 4. เช็คจุดที่มีการเชื่อมต่อสายโทรศัพท์ ว่ามีการขันสายยึดแน่นเรียบร้อยหรือไม่ คำสั่งที่ใช้ดูค่า margin และ attenuation ในเร้าเตอร์ cisco show dsl interface ATM <ตัวเลข interface เช่น 0,1>



ที่มา : http://phoenixgt.blogspot.com/2008/07/snr-margin-noise-margin-line.html

..

วันศุกร์ที่ 21 มกราคม พ.ศ. 2554

การใช้ROUTER CISCO 1800 ทำ Authen PPoE แบบมี IP Dynamic

service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname (ชื่อผู้ใช้บริการ)
boot-start-markerboot-end-marker
no aaa new-model
resource policy
mmi polling-interval 60
no mmi auto-configureno mmi pvcmmi snmp-timeout 180
ip subnet-zeroip cef
no ip dhcp use vrf connected
ip dhcp pool (ชื่อผู้ใช้บริการ)
network 192.168.1.0 255.255.255.0 (IP client)
default-router 192.168.1.254 (gateway client)
dns-server 61.19.245.245 61.19.245.246 202.129.27.135 (DNS ISP)
lease infinite
no ip domain lookup
ip name-server 61.19.245.246 (DNS ISP)
ip name-server 202.129.27.135 (DNS ISP)
virtual-profile if-neededvpdn-group 1
interface FastEthernet0/0
no ip address
duplex auto
speed auto pppoe enable
pppoe-client dial-pool-number 1
interface FastEthernet0/1
ip address 192.168.1.254 255.255.255.0 secondary
ip address 110.77.139.177 255.255.255.248 (IP dynamaic)
ip nat inside
duplex auto speed auto
interface Serial0/0/0
no ip address
shutdown
no fair-queue
clockrate 2000000
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452 dialer pool 1
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname xxxxxxxxxxxxx(username จาก ISP)
ppp chap password 0 xxxxxxxx(password จาก ISP)
ppp pap sent-username (username จาก ISP) password 0 (password จาก ISP)
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
ip nat inside source list 20 interface Dialer1 overload
access-list 20 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit!control-plane
line con 0 logging synchronous
line aux 0
line vty 0 4
login local
scheduler allocate 20000 1000
end

สามารถใช้งานได้เลย

วันพฤหัสบดีที่ 20 มกราคม พ.ศ. 2554

การconfig cisco 800 series วงจร MPLS

no aaa new-model

ip subnet-zero

!

!

ip audit po max-events 100

no ftp-server write-enable

!

!

!

!

no crypto isakmp enable

!

bridge irb

!

!

interface Ethernet0

description ### LAN CE ###

ip address 172.17.77.254 255.255.255.0

load-interval 30

hold-queue 100 out

no shut

interface ATM0

no ip address

no atm ilmi-keepalive

dsl operating-mode auto

no shut

interface ATM0.1 point-to-point

bridge-group 1

pvc 0/35

oam-pvc manage

oam retry 35 5 1

encapsulation aal5snap

no shut

!

interface BVI1

description ### WAN CAT ###

ip address 10.128.1.54 255.255.255.252

no shut

ip classless

ip route 0.0.0.0 0.0.0.0 10.128.1.53

ip http server

no ip http secure-server

!

!

!

control-plane

!

bridge 1 protocol ieee

bridge 1 route ip

banner motd ^C CETTELECOM CHUMPHON BDI095741 ^C

!

line con 0

no modem enable

transport preferred all

transport output all

line aux 0

line vty 0 4

exec-timeout 30 0

login local

transport preferred all

transport input all

transport output all

!

scheduler max-task-time 5000

!

end