Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 12:33:47 +0500
From:      "Sergey A. Ivanov" <lw@pd.chel.ru>
To:        freebsd-stable@freebsd.org
Subject:   some problems with snmp
Message-ID:  <8514435105.20001127123347@pd.chel.ru>

next in thread | raw e-mail | index | archive | help
Hello freebsd-stable!

  I'm trying to monitor my network traffic (slip and ethernet)with
mrtg and ucd-snmp. I'm run snmpd and create config with mrtg's
cfgmaker. It discovered all interfaces, but sl0 was marked as
administratively disabled. Running snmpwalk i'm see:

interfaces.ifNumber.0 = 4
interfaces.ifTable.ifEntry.ifIndex.1 = 1                     
interfaces.ifTable.ifEntry.ifIndex.2 = 2                     
interfaces.ifTable.ifEntry.ifIndex.3 = 3                     
interfaces.ifTable.ifEntry.ifIndex.4 = 4                     
interfaces.ifTable.ifEntry.ifDescr.1 = ep0                   
interfaces.ifTable.ifEntry.ifDescr.2 = sl0                   
interfaces.ifTable.ifEntry.ifDescr.3 = lo0                   
interfaces.ifTable.ifEntry.ifDescr.4 = ppp0                  
interfaces.ifTable.ifEntry.ifType.1 = ethernetCsmacd(6)      
interfaces.ifTable.ifEntry.ifType.2 = slip(28)               
interfaces.ifTable.ifEntry.ifType.3 = softwareLoopback(24)   
interfaces.ifTable.ifEntry.ifType.4 = ppp(23)                
interfaces.ifTable.ifEntry.ifMtu.1 = 1500                    
interfaces.ifTable.ifEntry.ifMtu.2 = 1500                    
interfaces.ifTable.ifEntry.ifMtu.3 = 16384                   
interfaces.ifTable.ifEntry.ifMtu.4 = 1500                    
interfaces.ifTable.ifEntry.ifSpeed.1 = Gauge: 10000000       
interfaces.ifTable.ifEntry.ifSpeed.2 = Gauge: 57600          
interfaces.ifTable.ifEntry.ifSpeed.3 = Gauge: 0              
interfaces.ifTable.ifEntry.ifSpeed.4 = Gauge: 0              
interfaces.ifTable.ifEntry.ifPhysAddress.1 = 0:60:97:18:7e:16
interfaces.ifTable.ifEntry.ifPhysAddress.2 =
interfaces.ifTable.ifEntry.ifPhysAddress.2 =
interfaces.ifTable.ifEntry.ifPhysAddress.3 =        
interfaces.ifTable.ifEntry.ifPhysAddress.4 =        
interfaces.ifTable.ifEntry.ifAdminStatus.1 = up(1)  
interfaces.ifTable.ifEntry.ifAdminStatus.2 = down(2)
interfaces.ifTable.ifEntry.ifAdminStatus.3 = up(1)  
interfaces.ifTable.ifEntry.ifAdminStatus.4 = down(2)
interfaces.ifTable.ifEntry.ifOperStatus.1 = up(1)   
interfaces.ifTable.ifEntry.ifOperStatus.2 = up(1)   
interfaces.ifTable.ifEntry.ifOperStatus.3 = up(1)   
interfaces.ifTable.ifEntry.ifOperStatus.4 = down(2) 

Why it have AdminStatus=down when OperStatus=up? It's normal? If no,
how can i fix it up?


Best regards,
Sergey                                   mailto:lw@pd.chel.ru
                                             ICQ UIN: 49432691




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8514435105.20001127123347>