RE: Response to EPON-MIB-04

"Lior Khermosh" <[email protected]> Wed, 8 Feb 2006 17:41:05 +0200
Newsgroups gmane.ietf.hubmib
Message-ID <63DC5157D93D3046B78E8DDD9130C4E023DC03@passmail>
The response is actually quite similar. 
In initialization the rows in the general tables are created, and for
the IF, MAU and etherLike interfaces tables entries with the OLT and ONU
ifIndex are created.
1)
In initialization
The parameters for the IF table:
At the ONU in working mode:
ifIndex   1
ifDescr   "I/F description"
ifType    gigabitEthernet (117) 1000base-Px
ifMtu     MTU size (1522)
ifSpeed   1000000000
ifPhysAddress   ONU_MAC_Address
ifAdminStatus   up
ifOperStatus    Up
ifLastChange    up_time 
ifInOctets      ONU1_octets_number
ifInUcastPkts   ONU1_unicast_frame_number
ifInNUcastPkts  ONU1_non_unicast_frame_number
ifInDiscards    ONU1_discard_frame_number
ifInErrors      ONU1_error_frame_number
ifInUnknownProtos ONU1_unknown_frame_number
ifOutOctets      ONU1_octets_number 
ifOutUcastPkts   ONU1_unicast_frame_number
ifOutNUcastPkts  ONU1_non_unicast_frame_number
ifOutDiscards    ONU1_discard_frame_number
ifOutErrors      ONU1_error_frame_number
ifOutQLen        ONU1_queue_frame_number

And from the EPON MIB: 
EPOM MPCP param table:
dot3MpcpLinkID 0 
dot3MpcpRemoteMACAddress 0 
dot3MpcpRegistrationState unregistered
dot3MpcpMaximumPendingGrants 4
dot3MpcpTransmitElapsed   0
dot3MpcpReceiveElapsed    0
dot3MpcpRoundTripTime     0

And at the OLT:
ifIndex		100000				
ifDescr		"I/F description"		
ifType		gigabitEthernet (117)	
ifMtu			MTU size (1522)		
ifSpeed		1000000000			
ifPhysAddress	OLT_MAC_Address		
ifAdminStatus	up				
ifOperStatus	Up				
ifLastChange	OLT_up_time 		
ifInOctets		OLT_octets_number	
ifInUcastPkts	OLT_unic_frame_num	
ifInNUcastPkts	OLT_non_unic_frame_num	
ifInDiscards	OLT_disc_frame_num	
ifInErrors		OLT_err_frame_num	
ifInUnknownProtos OLT_unknw_frame_num	
ifOutOctets		OLT_octets_number 	
ifOutUcastPkts	OLT_unic_frame_num	
ifOutNUcastPkts	OLT_non_unic_frame_num	
ifOutDiscards	OLT_disc_frame_num	
ifOutErrors		OLT_err_frame_num	
ifOutQLen		OLT_queue_frame_num

FOR THE VIRTUAL LINKS:
ifIndex		65535                                                
ifDescr		"I/F description"      
ifType		gigabitEthernet (117)       
ifMtu			MTU size (1522)       
ifSpeed		1000000000       
ifPhysAddress	OLT_MAC_Address       
ifAdminStatus	up       
ifOperStatus	Up       
ifLastChange	up_time            
ifInOctets		BRCT_octets_number       
ifInUcastPkts	BRCT_unic_frame_num    
ifInNUcastPkts	BRCT_non_unic_frame_num
ifInDiscards	BRCT_disc_frame_numr    
ifInErrors		BRCT_err_frame_num      
ifInUnknownProtos BRCT_unknw_frame_num   
ifOutOctets		BRCT_octets_number          
ifOutUcastPkts	BRCT_unic_frame_num    
ifOutNUcastPkts	BRCT_non_unic_frame_num 
ifOutDiscards	BRCT_disc_frame_num    
ifOutErrors		BRCT_err_frame_num      
ifOutQLen		BRCt_queue_frame_num       

And from the EPON MIB: 
No rows


2)
When ONU1 is registered:

The parameters for the IF table:
At the ONU in working mode:
ifIndex   1
ifDescr   "I/F description"
ifType    gigabitEthernet (117) 1000base-Px
ifMtu     MTU size (1522)
ifSpeed   1000000000
ifPhysAddress   ONU_MAC_Address
ifAdminStatus   up
ifOperStatus    Up
ifLastChange    up_time 
ifInOctets      ONU1_octets_number
ifInUcastPkts   ONU1_unicast_frame_number
ifInNUcastPkts  ONU1_non_unicast_frame_number
ifInDiscards    ONU1_discard_frame_number
ifInErrors      ONU1_error_frame_number
ifInUnknownProtos ONU1_unknown_frame_number
ifOutOctets      ONU1_octets_number 
ifOutUcastPkts   ONU1_unicast_frame_number
ifOutNUcastPkts  ONU1_non_unicast_frame_number
ifOutDiscards    ONU1_discard_frame_number
ifOutErrors      ONU1_error_frame_number
ifOutQLen        ONU1_queue_frame_number

And from the EPON MIB:
One row 
EPOM MPCP param table:
dot3MpcpLinkID 1 
dot3MpcpRemoteMACAddress OLT_MAC_ADDRESS 
dot3MpcpRegistrationState registered
dot3MpcpMaximumPendingGrants 4
dot3MpcpTransmitElapsed   10
dot3MpcpReceiveElapsed    10
dot3MpcpRoundTripTime     100


at the OLT in working mode the interfaces associated with the virtual
links:
ifIndex		1				65535

ifDescr		"I/F description"		"I/F description"      
ifType		gigabitEthernet (117)	gigabitEthernet (117)       
ifMtu			MTU size (1522)		MTU size (1522)       
ifSpeed		1000000000			1000000000       
ifPhysAddress	OLT_MAC_Address		OLT_MAC_Address       
ifAdminStatus	up				up       
ifOperStatus	Up				Up       
ifLastChange	ONU1_up_time 		up_time            
ifInOctets		ONU1_octets_number	BRCT_octets_number

ifInUcastPkts	ONU1_unic_frame_num	BRCT_unic_frame_num    
ifInNUcastPkts	ONU1_non_unic_frame_num	BRCT_non_unic_frame_num
ifInDiscards	ONU1_disc_frame_num	BRCT_disc_frame_numr    
ifInErrors		ONU1_err_frame_num	BRCT_err_frame_num      
ifInUnknownProtos ONU1_unknw_frame_num	BRCT_unknw_frame_num   
ifOutOctets		ONU1_octets_number 	BRCT_octets_number

ifOutUcastPkts	ONU1_unic_frame_num	BRCT_unic_frame_num    
ifOutNUcastPkts	ONU1_non_unic_frame_num	BRCT_non_unic_frame_num 
ifOutDiscards	ONU1_disc_frame_num	BRCT_disc_frame_num    
ifOutErrors		ONU1_err_frame_num	BRCT_err_frame_num      
ifOutQLen		ONU1_queue_frame_num	BRCt_queue_frame_num



And at the OLT:
ifIndex		100000				
ifDescr		"I/F description"		
ifType		gigabitEthernet (117)	
ifMtu			MTU size (1522)		
ifSpeed		1000000000			
ifPhysAddress	OLT_MAC_Address		
ifAdminStatus	up				
ifOperStatus	Up				
ifLastChange	OLT_up_time 		
ifInOctets		OLT_octets_number	
ifInUcastPkts	OLT_unic_frame_num	
ifInNUcastPkts	OLT_non_unic_frame_num	
ifInDiscards	OLT_disc_frame_num	
ifInErrors		OLT_err_frame_num	
ifInUnknownProtos OLT_unknw_frame_num	
ifOutOctets		OLT_octets_number 	
ifOutUcastPkts	OLT_unic_frame_num	
ifOutNUcastPkts	OLT_non_unic_frame_num	
ifOutDiscards	OLT_disc_frame_num	
ifOutErrors		OLT_err_frame_num	
ifOutQLen		OLT_queue_frame_num

And from the EPON MIB:
One row 
EPOM MPCP param table:
dot3MpcpLinkID 1 
dot3MpcpRemoteMACAddress ONU1_MAC_ADDRESS 
dot3MpcpRegistrationState registered
dot3MpcpMaximumPendingGrants 4
dot3MpcpTransmitElapsed   10
dot3MpcpReceiveElapsed    10
dot3MpcpRoundTripTime     100


2)
When ONU1, ONU2, ONU3 are registered:

The parameters for the IF table:
At the ONU in working mode:
ifIndex   1
ifDescr   "I/F description"
ifType    gigabitEthernet (117) 1000base-Px
ifMtu     MTU size (1522)
ifSpeed   1000000000
ifPhysAddress   ONU_MAC_Address
ifAdminStatus   up
ifOperStatus    Up
ifLastChange    up_time 
ifInOctets      ONU1_octets_number
ifInUcastPkts   ONU1_unicast_frame_number
ifInNUcastPkts  ONU1_non_unicast_frame_number
ifInDiscards    ONU1_discard_frame_number
ifInErrors      ONU1_error_frame_number
ifInUnknownProtos ONU1_unknown_frame_number
ifOutOctets      ONU1_octets_number 
ifOutUcastPkts   ONU1_unicast_frame_number
ifOutNUcastPkts  ONU1_non_unicast_frame_number
ifOutDiscards    ONU1_discard_frame_number
ifOutErrors      ONU1_error_frame_number
ifOutQLen        ONU1_queue_frame_number

And from the EPON MIB:
One row 
EPOM MPCP param table:
dot3MpcpLinkID 1 
dot3MpcpRemoteMACAddress OLT_MAC_ADDRESS 
dot3MpcpRegistrationState registered
dot3MpcpMaximumPendingGrants 4
dot3MpcpTransmitElapsed   10
dot3MpcpReceiveElapsed    10
dot3MpcpRoundTripTime     100


at the OLT in working mode the interfaces associated with the virtual
links:
ifIndex		1				2
3                      	65535

ifDescr		"I/F description"		"I/F description"
"I/F description"      	"I/F description"      
ifType		gigabitEthernet (117)	gigabitEthernet (117)
gigabitEthernet (117)  	gigabitEthernet (117)       
ifMtu			MTU size (1522)		MTU size (1522)
MTU size (1522)        	MTU size (1522)       
ifSpeed		1000000000			1000000000
1000000000             	1000000000       
ifPhysAddress	OLT_MAC_Address		OLT_MAC_Address
OLT_MAC_Address        	OLT_MAC_Address       
ifAdminStatus	up				up
up                     	up       
ifOperStatus	Up				Up
Up                     	Up       
ifLastChange	ONU1_up_time 		ONU2_up_time
ONU3_up_time           	up_time            
ifInOctets		ONU1_octets_number	ONU2_octets_number
ONU3_octets_number     	BRCT_octets_number       
ifInUcastPkts	ONU1_unic_frame_num	ONU2_unic_frame_num
ONU3_unic_frame_num 	BRCT_unic_frame_num    
ifInNUcastPkts	ONU1_non_unic_frame_num	ONU2_non_unic_frame_num
ONU3_non_unic_frame_num	BRCT_non_unic_frame_num
ifInDiscards	ONU1_disc_frame_num	ONU2_disc_frame_num
ONU3_disc_frame_num 	BRCT_disc_frame_numr    
ifInErrors		ONU1_err_frame_num	ONU2_err_frame_num
ONU3_err_frame_num  	BRCT_err_frame_num      
ifInUnknownProtos ONU1_unknw_frame_num	ONU2_unknw_frame_num
ONU3_unknw_frame_num 	BRCT_unknw_frame_num   
ifOutOctets		ONU1_octets_number 	ONU2_octets_number
ONU3_octets_number      BRCT_octets_number          
ifOutUcastPkts	ONU1_unic_frame_num	ONU2_unic_frame_num
ONU3_unic_frame_num 	BRCT_unic_frame_num    
ifOutNUcastPkts	ONU1_non_unic_frame_num	ONU2_non_unic_frame_num
ONU3_non_unic_frame_num BRCT_non_unic_frame_num 
ifOutDiscards	ONU1_disc_frame_num	ONU2_disc_frame_num
ONU3_disc_frame_num  	BRCT_disc_frame_num    
ifOutErrors		ONU1_err_frame_num	ONU2_err_frame_num
ONU3_err_frame_num    	BRCT_err_frame_num      
ifOutQLen		ONU1_queue_frame_num	ONU2_queue_frame_num
ONU3_queue_frame_num   	BRCt_queue_frame_num       

And at the OLT:
ifIndex		100000				
ifDescr		"I/F description"		
ifType		gigabitEthernet (117)	
ifMtu			MTU size (1522)		
ifSpeed		1000000000			
ifPhysAddress	OLT_MAC_Address		
ifAdminStatus	up				
ifOperStatus	Up				
ifLastChange	OLT_up_time 		
ifInOctets		OLT_octets_number	
ifInUcastPkts	OLT_unic_frame_num	
ifInNUcastPkts	OLT_non_unic_frame_num	
ifInDiscards	OLT_disc_frame_num	
ifInErrors		OLT_err_frame_num	
ifInUnknownProtos OLT_unknw_frame_num	
ifOutOctets		OLT_octets_number 	
ifOutUcastPkts	OLT_unic_frame_num	
ifOutNUcastPkts	OLT_non_unic_frame_num	
ifOutDiscards	OLT_disc_frame_num	
ifOutErrors		OLT_err_frame_num	
ifOutQLen		OLT_queue_frame_num

And from the EPON MIB:
3 row 
EPOM MPCP param table:
dot3MpcpLinkID 1 						2
3			
dot3MpcpRemoteMACAddress ONU1_MAC_ADDRESS		ONU2_MAC_ADDRESS
ONU3_MAC_ADDRESS	 
dot3MpcpRegistrationState registered		registered
registered		
dot3MpcpMaximumPendingGrants 4			4
4			
dot3MpcpTransmitElapsed   10				10
10
dot3MpcpReceiveElapsed    10				10
10
dot3MpcpRoundTripTime     100				60
20



.


-----Original Message-----
From: Romascanu, Dan (Dan) [mailto:[email protected]] 
Sent: Wednesday, February 08, 2006 5:09 PM
To: Lior Khermosh; David T. Perkins
Cc: Hub MIB
Subject: RE: Response to EPON-MIB-04

I am referring to the question that David asked in the (short) mail
yesterday, not in the (long) review mail a while ago. 

Regards,

Dan



 
 

> -----Original Message-----
> From: Lior Khermosh [mailto:[email protected]]
> Sent: Wednesday, February 08, 2006 5:08 PM
> To: Romascanu, Dan (Dan); David T. Perkins
> Cc: Hub MIB
> Subject: RE: Response to EPON-MIB-04
> 
> Dan,
> I haven't responded yet to all the questions in David's mail. 
> I will send the full response after clearing the indexing issue.
> Generally my intention is to make the creation and deletion of rows of

> the link based table when ONU registers (a virtual link established) 
> and deregisters (a virtual link deleted) similar to TCP connections 
> creation/deletion case.  Rows in general tables are created in 
> initialization. I will remove any direct creation by management . I am

> updating the tables descriptions accordingly.
> 
> Best regards,
> Lior
> 
> 
> -----Original Message-----
> From: Romascanu, Dan (Dan) [mailto:[email protected]]
> Sent: Wednesday, February 08, 2006 4:12 PM
> To: Lior Khermosh; David T. Perkins
> Cc: Hub MIB
> Subject: RE: Response to EPON-MIB-04
> 
> Lior,
> 
> I am not sure that you addressed part of David's query - 'Also 
> describe what events cause a new instance to be created or deleted' - 
> or in other words what events determine new rows to be created or rows

> to be deleted in the tables?
> 
> Thanks and Regards,
> 
> Dan
> 
> 
>  
>  
> 
> > -----Original Message-----
> > From: Lior Khermosh [mailto:[email protected]]
> 
> **************************************************************
> **********
> This footnote confirms that this email message has been scanned by 
> Passave mail scanner for the presence of malicious code, vandals & 
> computer viruses.
> **************************************************************
> **********
> **************************************************************
> **********
> This footnote confirms that this email message has been scanned by 
> Passave mail scanner for the presence of malicious code, vandals & 
> computer viruses.
> **************************************************************
> **********
> 
************************************************************************
This footnote confirms that this email message has been scanned by
Passave mail scanner for the presence of malicious code, vandals &
computer viruses.
************************************************************************
************************************************************************
This footnote confirms that this email message has been scanned by Passave mail scanner
for the presence of malicious code, vandals & computer viruses.
************************************************************************