Home / Korean / English / Japanese

Korean
¡¡

Home > Support & Downlaods > FAQs     


















¡¡
  
 
  Title : Line Protocol
2. Line Protocol
¡¡
LAN

¡¡
router# config
Enter configuration commands, one per line. End with CNTL/Z
router(config)# int e 0 0
router(config-ether0.0)
# ip addr 211.211.10.1 255.255.255.0
router(config-ether0.0)# show run
!
version 5.50
!
!
!
interface ether0.0
ip address 211.211.10.1 255.255.255.0
!
interface serial0
no ip address
!
interface serial1
no ip address
!
snmp name AP2502-FE

¡¡
HDLC
¡¡ router(config)# in s 0
router(config-serial0)#
ip addr 168.126.62.2 255.255.255.252
router(config-serial0)#
enc hdlc
router(config-serial0)# show run
!
version 5.50
!
!
!
interface ether0.0
ip address 211.211.10.1 255.255.255.0
!
interface serial0
ip address 168.126.62.2 255.255.255.252
!
interface serial1
no ip address
!
snmp name AP2502-FE
!

 

PPP
  router(config)# in s 0
router(config-serial0)# ip addr 168.126.62.2 255.255.255.252
router(config-serial0)# enc ppp
router(config-serial0)# show run
!
version 5.50
!
!
!
interface ether0.0
ip address 211.211.10.1 255.255.255.0
!
interface serial0 ip address 168.126.62.2 255.255.255.252
encapsulation ppp
!
interface serial1
no ip address
!
snmp name AP2502-FE

 

ATM specific parameter
  Traffic type : vbr-nrt
PCR/SCR/MBS : 1920/1024/100
PVC (VP/VC) : 0/32
Encapsulation : IPOA

 

Command log
  router# config
Enter configuration commands, one per line. End with CNTL/Z
router(config)#
router(config)# in atm 0 0
router(config-atm0.0)
# ip addr 168.126.62.2 255.255.255.252
¡¡
router(config-atm0.0)# enc ipoa
router(config-atm0.0)# pvc 0 32
router(config-atm0.0-0/32)# addr 168.126.62.1
router(config-atm0.0-0/32)# vbr 1920 1024 100
router(config-atm0.0-0/32)# ena vbr-nrt


Enable vbr-nrt pcr 1920 kbps, src 1024 kbps, mbs 100 address 168.126.62.1
router(config-atm0.0)# show run
!
version 5.50
!
interface ether0.0
ip address 211.211.10.1 255.255.255.0
!
interface atm0.0
ip address 168.126.62.2 255.255.255.252
pvc 0 32
vbr 1920 1024 100
address 168.126.62.1
enable vbr-nrt

!
snmp name AP2801
!
router(config-atm0.0)#

Category Title Download Size(byte) Hit
Basic Management Function   Auto-upgrade 0 31264
VoIP Product Setting Configuration   PPTP ¼³Á¤¹ý 512949 23309
Basic Management Function   OS image and configuration Back/restore(upgrade) 24219
Basic Management Function   Password Recovery (ÀÀ±Þ º¹±¸) 37957
Basic Management Function   User account °ü¸® 33702
Basic Management Function   ATM Router QoS ¼³Á¤¹æ¹ý - PDF ÆÄÀÏ 110890 26175
Basic Configuration   ±¸¼º Á¤º¸ 22527
Basic Configuration   Line Protocol 21776
Basic Configuration   default routing 21788
Basic Configuration   IMA Configuration - PDF ÆÄÀÏ 61951 20400
VoIP Product Setting Configuration   AP1100 ȯ°æ ¼³Á¤ ¿¹ - PDF ÆÄÀÏ 547496 25510
VoIP Product Setting Configuration   AP1100 Series Quick Installation Guide (Revision 1.05) - PDF ÆÄÀÏ 109935 201551
VoIP Product Setting Configuration   Technical Training Guide - VoIP °ü·Ã¼³Á¤ ±³À°ÀÚ·á 6073960 24817
VoIP Product Setting Configuration   E&M Guide - PDF ÆÄÀÏ 236609 21601
VoIP Product Setting Configuration   Quick Operation Guide (VoIP Equipments) - PDF ÆÄÀÏ 22341
Easy Set Up Program..   Easy-setup Software - EXE ÆÄÀÏ 19777
Easy Set Up Program..   AP200 KT All Up Ace (v2.36) -EXE ÆÄÀÏ 19547
Easy Set Up Program..   AP160 Easy-setup Software (beta version) - EXE ÆÄÀÏ 19663
S/W UPGRADE   ConsoleÀ» ÀÌ¿ëÇÑ ¼ÒÇÁÆ®¿þ¾î upgradeÀÇ ¿¹ 26616
¡¡
¡¡