ZyXEL Communications 3.1 ユーザーズマニュアル

ページ / 386
Chapter 6 Interfaces
ZyWALL (ZLD) CLI Reference Guide
80
6.6.2  Cellular Interface Command Examples
This example shows the configuration of a cellular interface named cellular2 for use with a Sierra 
Wireless AC850 3G card. It uses only a 3G (or 3.5G) connection, PIN code 1234, an MTU of 1200 
bytes, a description of  "This is cellular2” and sets the connection to be nailed-up.
This second example shows specifying a new PIN code of 4567.
This example shows the 3G and SIM card information for interface cellular2 on the ZyWALL.
This example shows the 3G connection profile settings for interface cellular2 on the ZyWALL. You 
have to dial *99***1# to use profile 1, but authentication is not required. Dial *99***2# to use 
profile 2 and authentication is required.
Router(config)# interface cellular2
Router(config-if-cellular)# device AC850
Router(config-if-cellular)# band wcdma
Router(config-if-cellular)# pin 1234
Router(config-if-cellular)# connectivity nail-up
Router(config-if-cellular)# description This is cellular2
Router(config-if-cellular)# mtu 1200
Router(config-if-cellular)# exit
Router(config)# interface cellular2
Router(config-if-cellular)# pin 4567
Router(config-if-cellular)# exit
Router(config)# show interface cellular2 device status
interface name: cellular2
extension slot: USB 1
service provider: Chunghwa Telecom
cellular system: WCDMA
signal strength: -95 dBm
signal quality: Poor
device type: WCDMA
device manufacturer: Huawei
device model: E220/E270/E800A
device firmware: 076.11.07.106
device IMEI/ESN: 351827019784694
SIM card IMSI: 466923100565274
Router(config)# show interface cellular2 device profile
profile: 1
apn: internet
dial-string: *99***1#
authentication: none
user: n/a
password: n/a
profile: 2
apn: internet
dial-string: *99***2#
authentication: chap
user:
password: ***
----------------------SNIP!------------------------------------------------