Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1054779
  • 博文数量: 264
  • 博客积分: 6005
  • 博客等级: 大校
  • 技术积分: 2798
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-08 20:15
文章分类

全部博文(264)

文章存档

2011年(42)

2010年(213)

2009年(4)

2008年(2)

2007年(3)

分类: IT职场

2010-03-05 00:03:12

MMS报文分析示例(二)

VMD Management

 

 

1.  Identify

 

MMSPdu Received ::=

A0 05 02 01 01 82 00

 

[0] A0 05  --  Confirmed-RequestPDU 

{    

02 01 01  --  invokeID

( 02 = 000 0 0010, Universal Primitive tag, Tag Value = 2 = Integer. )

 

[2] 82 00  --  ConfirmedServiceRequest, 82 = Request identify    

}

 

where, invokeID ::=01

 

 

2.  Identify-Response

 

MMSPdu Received ::=

A1 2A 02 01 01 A2 25 80  0B 53 49 53 43 4F 2C 2049 6E 63 2E 81 10 41 58  53 34 2D 4D 4D 53 2D 3133 32 2D 30 31 38 82 04  32 2E 30 30

 

[1] A1 2A  --  Confirmed-ResponsePDU

{

02 01 01  --  invokeID, Integer

 

[2] A2 25  --  ConfirmedServiceResponse, A2 = Response identify.

{          

[0] 80 0B 53 49 53 43 4F 2C 20 49 6E 63 2E  --  vendorName

[1] 81 10 41 58 53 34 2D 4D 4D 53 2D 31 33 32 2D 30 31 38  --   modelName

[2] 82 04 32 2E 30 30  --  revision

}     

}

 

where,

 

invokeID::=01 note: matching of response to  is done by matching invokeID with response invokeID.

vendorName::="SISCO, Inc"

modelName::="AXS4-MMS-132-018"

revision::="2.00"

 

check [MMS and ASN.1 Encoding] page 10.

阅读(1884) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~