Sunday, July 10, 2016

ITIL Foundation (in IT Service Management)

I recently took the ITIL Foundation exam (version 3), which personally was a challenging feat since I'm not always exposed to the business and management side of IT. I took this exam for two main reasons: first, ITIL cert has NO expiration; and second, I want to gain knowledge of the current "best" practices in IT. For my preparation, I've used the ITIL Foundation Exam Study guide by Gallacher and Morris and CBT nugget videos by Chris Ward. While studying, I booked for the exam in Pearson VUE website and used my Cisco (CSCO) login to create my EXIN account. The EXIN FAQs can be found here.



After passing the exam, an email will be sent after a couple of days to verify your contact info. Your EXIN login will be emailed after confirmation and you can also change the initial password from the portal.



You'll be asked to confirm the preferred name to be written in your cert and mailing address.



The ITIL hard copy cert doesn't come for free. You'll need to order and pay for it but you can optionally download the PDF cert.


Below is what the ITIL Foundation certificate looks like. Employers can verify your cert via the EXIN certificate authentication tool. Just type the last name, certificate number and the module (ITILF).




Saturday, July 2, 2016

Cisco 899 4G LTE Router Testing in Australia

I had to send the Cisco 899 4G LTE router to Australia since there's a project for a remote site to have a temporary Internet access. I previously setup the same router on my previous blog using SingTel and M1 4G SIM cards. The Testra and Optus APN settings can be found on this link. Only the LTE profile configuration was changed on the router.


Router#cell 0 lte profile create 1 telstra.internet none ipv4
Warning: You are attempting to modify the attach profile.
Please consult the service provider before doing so.
Modem power cycle required for change to take effect.

PDP Type = IPv4
Access Point Name (APN) = e-ideas    // FROM PREVIOUS SINGTEL LTE TESTING
Username = 65ideas
Password = 65ideas
Authentication = CHAP

Profile 1 already exists with above parameters. Do you want to overwrite? [confirm]

Profile 1 will be overwritten with the following values:

PDP type = IPv4
APN = telstra.internet
Authentication = NONE

Are you sure? [confirm]
Profile 1 written to modem
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface cell 0
Router(config-if)#ip address negotiated
Router(config-if)#ip nat outside
Router(config-if)#encapsulation slip
Router(config-if)#dialer in-band
Router(config-if)#dialer idle-timeout 0
Router(config-if)#dialer-group 1
Router(config-if)#
*Apr 18 06:10:48.907: %LINEPROTO-5-UPDOWN: Line protocol on Interface NVI0, changed state to up
Router(config-if)#dialer-list 1 protocol ip permit
Router(config)#
Router(config)#access-list 1 permit 10.1.1.0 0.0.0.255
Router(config)#
Router(config)#ip route 0.0.0.0 0.0.0.0 cellular 0
Router(config)#ip nat inside source list 1 interface cellular 0 overload
Router(config)#interface vlan 1
Router(config-if)#no shut
Router(config-if)#ip address 10.1.1.1 255.255.255.0
Router(config-if)#ip nat inside
Router(config-if)#
Router(config-if)#end

Router#show cellular 0 radio
Radio power mode = ON
Channel Number = 4412
Current Band = WCDMA 850
Current RSSI(RSCP) = -91 dBm
Current ECIO = -13 dBm
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = UMTS ( UMTS/WCDMA )

Router#show cellular 0 network
Current System Time = Mon Apr 18 6:12:45 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = Telstra
Mobile Country Code (MCC) = 505
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Location Area Code (LAC) = 30802
Cell ID = 61079747

Router#show cellular 0 profile

Profile 1 = INACTIVE* **
--------
PDP Type = IPv4
Access Point Name (APN) = telstra.internet
Authentication = None

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile


Configured default profile for active SIM 0 is profile 1.


Router#show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9X15C_05.05.58.00
Modem Firmware built = 2015/03/04 21:30:23
Hardware Version = 1.0
Device Model ID: MC7304
Package Identifier ID: 1102029_9903299_MC7304_05.05.58.00_00_Cisco_005.010_000
International Mobile Subscriber Identity (IMSI) = 505013486352123
International Mobile Equipment Identity (IMEI) = 352761060732456
Integrated Circuit Card ID (ICCID) = 89610185000889479789
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) =
Current Modem Temperature = 43 deg C
PR ID = 9903299, PRI version = 05.10, Carrier = 1

Profile Information
====================

Profile 1 = INACTIVE* **
--------
PDP Type = IPv4
Access Point Name (APN) =elstra.internet
Authentication = None

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile


Configured default profile for active SIM 0 is profile 1.


Data Connection Information
===========================
Profile 1, Packet Session Status = INACTIVE
Profile 2, Packet Session Status = INACTIVE
Profile 3, Packet Session Status = INACTIVE
Profile 4, Packet Session Status = INACTIVE
Profile 5, Packet Session Status = INACTIVE
Profile 6, Packet Session Status = INACTIVE
Profile 7, Packet Session Status = INACTIVE
Profile 8, Packet Session Status = INACTIVE
Profile 9, Packet Session Status = INACTIVE
Profile 10, Packet Session Status = INACTIVE
Profile 11, Packet Session Status = INACTIVE
Profile 12, Packet Session Status = INACTIVE
Profile 13, Packet Session Status = INACTIVE
Profile 14, Packet Session Status = INACTIVE
Profile 15, Packet Session Status = INACTIVE
Profile 16, Packet Session Status = INACTIVE

Network Information
===================
Current System Time = Mon Apr 18 6:12:45 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = Telstra
Mobile Country Code (MCC) = 505
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Location Area Code (LAC) = 30802
Cell ID = 61079747

Radio Information
=================
Radio power mode = ON
Channel Number = 4412
Current Band = WCDMA 850
Current RSSI(RSCP) = -91 dBm
Current ECIO = -13 dBm
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = UMTS ( UMTS/WCDMA )

Modem Security Information
==========================
Active SIM = 0
SIM switchover attempts = 0
Card Holder Verification (CHV1) = Disabled
SIM Status = OK
SIM User Operation Required = None
Number of CHV1 Retries remaining = 3

GPS Information
==========================

GPS Info
-------------
GPS Feature: enabled
GPS Port Selected: Dedicated GPS port
GPS State: GPS disabled

SMS Information
===============
Incoming Message Information
----------------------------
SMS stored in modem = 1
SMS archived since booting up = 0
Total SMS deleted since booting up = 0
Storage records allocated = 25
Storage records used = 1
Number of callbacks triggered by SMS = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0

Outgoing Message Information
----------------------------
Total SMS sent successfully = 0
Total SMS send failure = 0
Number of outgoing SMS pending = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0
Last Outgoing SMS Status = SUCCESS
Copy-to-SIM Status =     0x0
Send-to-Network Status = 0x0
Report-Outgoing-Message-Number:
  Reference Number =     0
  Result Code =          0x0
  Diag Code =            0x0 0x0 0x0 0x0 0x0

SMS Archive URL =

Error Information
=================

This command is not supported on this platform.


Modem Crasation
===========================
Modem crashdump logging: off


Router#show interface cellular 0
Cellular0 is up (spoofing), line protocol is up (spoofing)
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address will be assigned dynamically by the network
  MTU 1500 bytes, BW 9 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input never, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=down  DSR=down  DTR=down  RTS=up  CTS=up


Router#debug chat
Chat scripts activity debugging is on
Router#debug modem
Modem control/pr activation debugging is on
Router#debug dialer
Dial on demand events debugging is on
Router#debug cellular 0 messages callcontrol
*Apr 18 06:18:16.943: TTY0: resume timer type 1 (OK)
*Apr 18 06:18:16.963: TTY0: pause timer type 1 (OK)
*Apr 18 06:18:16.963: TTY0: resume timer type 1 (OK)
CALLCONTROL debugging is on
Router#
Router#
*Apr 18 06:18:19.035: TTY0: pause timer type 1 (OK)
*Apr 18 06:18:19.035: TTY0: resume timer type 1 (OK)
Router#
Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 360/435/656 ms
 
Router#traceroute 8.8.8.8
Type escape sequence to abort.
Tracing the route to google-public-dns-a.google.com (8.8.8.8)
VRF info: (vrf in name/id, vrf out name/id)
  1  *  *  *
  2  *  *  *
  3 Bundle-Ether14.wel-edge901.perth.telstra.net (139.130.16.49) 180 msec 212 msec 248 msec
  4 bundle-ether6.wel-core3.perth.telstra.net (203.50.6.214) 220 msec 208 msec 240 msec
  5 bundle-ether7.fli-core1.adelaide.telstra.net (203.50.11.18) 232 msec 236 msec 252 msec
  6 bundle-ether9.win-core10.melbourne.telstra.net (203.50.11.91) 240 msec 268 msec 256 msec
  7 bundle-ether12.ken-core10.sydney.telstra.net (203.50.11.122) 268 msec 268 msec 300 msec
  8 bundle-ether1.ken-edge901.sydney.telstra.net (203.50.11.95) 300 msec 268 msec 260 msec
  9 google6.lnk.telstra.net (58.163.91.202) 320 msec 260 msec 248 msec
 10 216.239.40.223 240 msec 240 msec
    216.239.41.77 280 msec
 11 209.85.251.53 268 msec
    216.239.41.79 260 msec
    209.85.244.15 248 msec
 12 google-public-dns-a.google.com (8.8.8.8) 272 msec 248 msec 288 msec


Router#show cellular 0 radio
Radio power mode = ON
Channel Number = 4436
Current Band = WCDMA 850
Current RSSI(RSCP) = -88 dBm
Current ECIO = -6 dBm
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = UMTS ( UMTS/WCDMA )

Router#show cellular 0 radio
Radio power mode = ON
Channel Number = 4436
Current Band = WCDMA 850
Current RSSI(RSCP) = -88 dBm
Current ECIO = -6 dBm
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = UMTS ( UMTS/WCDMA )

Router#show cellular 0 network
Current System Time = Mon Apr 18 6:26:49 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = Telstra
Mobile Country Code (MCC) = 505
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Location Area Code (LAC) = 30802
Cell ID = 61079744


Router#show cellular 0 radio
Radio power mode = ON
Channel Number = 4436
Current Band = WCDMA 850
Current RSSI(RSCP) = -88 dBm
Current ECIO = -6 dBm
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = UMTS ( UMTS/WCDMA )

Router#show cellular 0 network
Current System Time = Mon Apr 18 6:26:49 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = Telstra
Mobile Country Code (MCC) = 505
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Location Area Code (LAC) = 30802
Cell ID = 61079744

Router#show cellular 0 profile

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 10.106.18.202   // DHCP AND DNS IP AUTO LEASED BY TELSTRA
Access Point Name (APN) = telstra.internet
Authentication = None
        Primary DNS address = 10.5.80.241
        Secondary DNS address = 10.5.68.232

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile


Configured default profile for active SIM 0 is profile 1.


Router#show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9X15C_05.05.58.00
Modem Firmware built = 2015/03/04 21:30:23
Hardware Version = 1.0
Device Model ID: MC7304
Package Identifier ID: 1102029_9903299_MC7304_05.05.58.00_00_Cisco_005.010_000
International Mobile Subscriber Identity (IMSI) = 505013486352123
International Mobile Equipment Identity (IMEI) = 352761060732456
Integrated Circuit Card ID (ICCID) = 89610185000889479789
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) =
Current Modem Temperature = 43 deg C
PRI SKU ID = 9903299, PRI version = 05.10, Carrier = 1

Profile Information
====================

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 10.106.18.202
Access Point Name (APN) = telstra.internet
Authentication = None
        Primary DNS address = 10.5.80.241
        Secondary DNS address = 10.5.68.232

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile


Configured default profile for active SIM 0 is profile 1.


Data Connection Information
===========================
Profile 1, Packet Session Status = ACTIVE
        Cellular0:
        Data Transmitted = 2893 bytes, Received = 5404 bytes
        IP address = 10.106.18.202
        Primary DNS address = 10.5.80.241
        Secondary DNS address = 10.5.68.232
Profile 2, Packet Session Status = INACTIVE
Profile 3, Packet Session Status = INACTIVE
Profile 4, Packet Session Status = INACTIVE
Profile 5, Packet Session Status = INACTIVE
Profile 6, Packet Session Status = INACTIVE
Profile 7, Packet Session Status = INACTIVE
Profile 8, Packet Session Status = INACTIVE
Profile 9, Packet Session Status = INACTIVE
Profile 10, Packet Session Status = INACTIVE
Profile 11, Packet Session Status = INACTIVE
Profile 12, Packet Session Status = INACTIVE
Profile 13, Packet Session Status = INACTIVE
Profile 14, Packet Session Status = INACTIVE
Profile 15, Packet Session Status = INACTIVE
Profile 16, Packet Session Status = INACTIVE

Network Information
===================
Current System Time = Mon Apr 18 6:22:7 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = Telstra
Mobile Country Code (MCC) = 505
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Location Area Code (LAC) = 30802
Cell ID = 61079747

Radio Information
=================
Radio power mode = ON
Channel Number = 4412
Current Band = WCDMA 850
Current RSSI(RSCP) = -92 dBm
Current ECIO = -10 dBm
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = UMTS ( HSDPA HSUPA UMTS/WCDMA WCDMA (Downlink) and HSUPA (Uplink) HSDPA (Downlink) and HSUPA (Uplink) )

Modem Security Information
==========================
Active SIM = 0
SIM switchover attempts = 0
Card Holder Verification (CHV1) = Disabled
SIM Status = OK
SIM User Operation Required = None
Number of CHV1 Retries remaining = 3

GPS Information
==========================

GPS Info
-------------
GPS Feature: enabled
GPS Port Selected: Dedicated GPS port
GPS State: GPS disabled

SMS Information
===============
Incoming Message Information
----------------------------
SMS stored in modem = 1
SMS archived since booting up = 0
Total SMS deleted since booting up = 0
Storage records allocated = 25
Storage records used = 1
Number of callbacks triggered by SMS = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0

Outgoing Message Information
----------------------------
Total SMS sent successfully = 0
Total SMS send failure = 0
Number of outgoing SMS pending = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0
Last Outgoing SMS Status = SUCCESS
Copy-to-SIM Status =     0x0
Send-to-Network Status = 0x0
Report-Outgoing-Message-Number:
  Reference Number =     0
  Result Code =          0x0
  Diag Code =            0x0 0x0 0x0 0x0 0x0

SMS Archive URL =

Error Information
=================

This command is not supported on this platform.


Modem Crashdump Information
===========================
Modem crashdump logging: off


Router#show interface cellular 0
Cellular0 is up, line protocol is up
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address is 10.106.18.202/32
  MTU 1500 bytes, BW 384 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:02:41, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     55 packets input, 5432 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     61 packets output, 2893 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up


Router#sh run
Building configuration...

Current configuration ytes
!
! Last configuration change at 06:32:30 UTC Mon Apr 18 2016
!
version 15.5
service timestamps debug datetime msec
service timestamps losec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
enable password cisco
!
no aaa new-model
ethernet lmi ce
!
!                                                                                                                                                                                         
!
!
!
!
!
!
!
!
!
!
!
!
!
ip dhcp excluded-address 1.1
!
ip dhcp pool LAN
 network 10.1.1.0 255.255.255.0
 default-router 10.1.1.1
 dns-server 8.8.8.8
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
chat-script lte "OUT 20 "OK"
!
!
!
!
!
license udi pid C899G-LTE-GA-K9 sn FCZ20069ABC
!
!
username admin privilege 15 password 0 cisco
!
!
!
!
!
controller Cellular 0
 lte modem link-recovery rssi onset-threshold -110
 lte modem link-recovery monitor-timer 20
 lte modem link-recovery wait-timer 10
 lte modem link-recovery debounce-count 6
!
!
!
!
!
!
!
!
!
!
!
!
interface Cellular0
 ip address negotiated
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 dialer in-band
 dialer idle-timeout 0
 dialer string lte
 dialer-group 1
!
interface Cellular1
 no ip address
 encapsulation slip
!
interface FastEthernet0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface GigabitEthernet0
 no ip address
!
interface GigabitEthernet1
 no ip address
!
interface GigabitEthernet2
 no ip address
!
interface GigabitEthernet3
 no ip address
!
interface GigabitEthernet4
 no ip address
!
interface GigabitEthernet5
 no ip address
!
interface GigabitEthernet6
 no ip address
!
interface GigabitEthernet7
 no ip address
!
interface GigabitEthernet8
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface GigabitEthernet9
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Vlan1
 ip address 10.1.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list 1 interface Cellular0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0
!
dialer-list 1 protocol ip permit
!
access-list 1 permit 10.1.1.0 0.0.0.255
!
control-plane
!
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
line con 0
 password cisco
 login
 no modem enable
line aux 0
line 2
 no activation-character
 no exec
 transport preferred none
 transport input all
 stopbits 1
line 3
 script dialer lte
 no exec
 speed 384000
line 8
 no exec
 speed 384000
line vty 0 4
 password cisco
 login
 transport input none
!
scheduler allocate 20000 1000
!
end


I've removed the Telstra SIM card on slot S0 in order to activate Optus SIM card on slot S1.

Router#debug chat
Router#debug dialer
*Apr 19 02:02:58.496: TTY0: resume timer type 1 (OK)
*Apr 19 02:02:58.504: TTY0: pause timer type 1 (OK)
*Apr 19 02:02:58.504: TTY0: resume timer type 1 (OK)
CALLCONTROL debugging is on
Router#
*Apr 19 02:03:01.584: TTY0: pause timer type 1 (OK)
*Apr 19 02:03:01.584: TTY0: resume timer type 1 (OK)
*Apr 19 02:03:16.416: api_manage_packet_session Removing IP DNS profile:0 active_prof:0
*Apr 19 02:03:16.416: TTY3: Async Int reset: Dropping DTR
*Apr 19 02:03:16.416: Cellular0 DirectIP: Remove negotiated IP interface address
*Apr 19 02:03:16.416: Cellular0 DirectIP: Primary DNS address 10.5.68.232 removed
*Apr 19 02:03:16.416: Cellular0 DirectIP: Secondary DNS address 10.5.80.241 removed
*Apr 19 02:03:18.044: cellwan_api_pkt_session_notify: instance id:0 profile:0 status:0
*Apr 19 02:03:18.044: %CELLWAN-2-BEARER_DELETED: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now deleted.
*Apr 19 02:03:18.044: Cellular0 profile 0, session INACTIVE
*Apr 19 02:03:18.044: Cellular0 DirectIP: Remove negotiated IP interface address
*Apr 19 02:03:18.416: %LINK-5-CHANGED: Interface Cellular0, changed state to reset
*Apr 19 02:03:19.416: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to down
*Apr 19 02:03:21.416: TTY3: no timer type 0 to destroy
*Apr 19 02:03:21.416: TTY3: no timer type 1 to destroy
*Apr 19 02:03:21.416: TTY3: no timer type 3 to destroy
*Apr 19 02:03:21.416: TTY3: no timer type 4 to destroy
*Apr 19 02:03:21.416: TTY3: no timer type 10 to destroy
*Apr 19 02:03:21.416: TTY3: no timer type 2 to destroy
*Apr 19 02:03:21.416: TTY3: Async Int cleanup: Restoring DTR
*Apr 19 02:03:23.416: %LINK-3-UPDOWN: Interface Cellular0, changed state to down
Router#
*Apr 19 02:03:28.508: %CISCO800-2-MODEM_DOWN: Cellular0 modem is now DOWN.
*Apr 19 02:03:29.116: %CISCO800-6-SIM_ACTIVATION: SIM in slot 1 is being activated. Please
wait for modem to come UP.
Router#
*Apr 19 02:06:23.872: %CELLWAN-2-BEARER_UP: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now UP
*Apr 19 02:06:26.108: %LINK-3-UPDOWN: Interface Cellular0, changed state to up
*Apr 19 02:06:27.108: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to up    // TOOK AROUND 3 MINS FOR OPTUS SIM CARD TO BE ACTIVATED


I didn't configure any LTE profile for OPTUS since it took the default profile used for Telstra (Profile 1). This was the same scenario happened during my Singtel and M1 testing.

Router#show cellular 0 radio
Radio power mode = ON
LTE Rx Channel Number =  1725
LTE Tx Channel Number =  19725
LTE Band =  3
LTE Bandwidth = 15 MHz
Current RSSI = -85 dBm
Current RSRP = -117 dBm
Current RSRQ = -13 dB
Current SNR = 7.8  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Router#show cellular 0 network
Current System Time = Tue Apr 19 2:7:30 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = OPTUS
Mobile Country Code (MCC) = 505
Mobile Network Code (MNC) = 2
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 59502
Cell ID = 27329034

Router#show cellular 0 profile

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 10.236.148.169     // OPTUS DHCP AND DNS IP
Access Point Name (APN) = telstra.internet
Authentication = None
        Primary DNS address = 211.29.93.7
        Secondary DNS address = 198.142.0.0

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = yesinternet
Authentication = None

  * - Default profile
 ** - LTE attach profile


Configured default profile for active SIM 1 is profile 1.


Router#show interface cellular 0
Cellular0 is up, line protocol is up
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address is 10.236.148.169/32
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:00:20, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 8
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     51989 packets input, 48280921 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     35863 packets output, 7060877 bytes, 0 underruns
     0 output errors, 0 collisions, 3 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up

Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 104/145/304 ms

Router#traceroute 8.8.8.8
Type escape sequence to abort.
Tracing the route to google-public-dns-a.google.com (8.8.8.8)
VRF info: (vrf in name/id, vrf out name/id)
  1  *  *  *
  2 172.24.154.45 84 msec 36 msec 48 msec
  3  *  *  *
  4  *  *  *
  5 10.194.125.2 92 msec 52 msec 52 msec
  6  *  *  *
  7  *  *  *
  8  *  *  *
  9  *  *  *
 10  *  *  *