Welcome, Guest. Please login or register.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - knottyau75

Pages: [1]
1
Definition Files / Def for Cisco C9200-48P
« on: June 10, 2019, 01:08:53 am »
Hi All,
Here's my working Def for the Cisco C9200-48P Switch with the IOS -XE Lite Firmware.

Hope it helps

Quote
# Definition for 1.3.6.1.4.1.9.1.2695 created by Defgen 2.0 on 10.Jun 2019
 
# Main
SNMPv   2HC
Type   C9200-48P
Typoid   
Sysdes   
OS   IOS
Icon   w3bd
Size   1
TempAlert   
Bridge   VLX
ArpND   phy
Dispro   CDP|LLDPXN
Serial   1.3.6.1.4.1.9.3.6.3.0
Bimage   1.3.6.1.4.1.9.2.1.73.0
CfgChg   1.3.6.1.4.1.9.9.43.1.1.1.0
CfgWrt   1.3.6.1.4.1.9.9.43.1.1.2.0
FTPConf   
VLnams   1.3.6.1.4.1.9.9.46.1.3.1.1.4.1
VLnamx   
Group   1.3.6.1.4.1.9.9.46.1.2.1.1.2.1
Mode   1.3.6.1.4.1.9.9.46.1.2.1.1.3.1
 
# Interfaces
StartX   
EndX   
IFname   1.3.6.1.2.1.31.1.1.1.1
IFaddr   old   
IFalia   1.3.6.1.2.1.31.1.1.1.18
IFalix   
InBcast   1.3.6.1.2.1.31.1.1.1.9
InDisc   1.3.6.1.2.1.2.2.1.13
OutDisc   1.3.6.1.2.1.2.2.1.19
IFvlan   1.3.6.1.4.1.9.9.68.1.2.2.1.2
IFvlix   
IFpowr   1.3.6.1.4.1.9.9.402.1.2.1.9   N
IFpwix    ifnx
IFdupl   1.3.6.1.2.1.10.7.2.1.19
IFduix   
Halfdp   2
Fulldp   3
 
# Modules
Modesc   1.3.6.1.2.1.47.1.1.1.1.2
Moclas   1.3.6.1.2.1.47.1.1.1.1.5
Movalu   3|6|9|10
Moslot   1.3.6.1.2.1.47.1.1.1.1.7
Modhw   1.3.6.1.2.1.47.1.1.1.1.8
Modsw   1.3.6.1.2.1.47.1.1.1.1.10
Modfw   1.3.6.1.2.1.47.1.1.1.1.9
Modser   1.3.6.1.2.1.47.1.1.1.1.11
Momodl   1.3.6.1.2.1.47.1.1.1.1.13
Modloc   
Mostat   1.3.6.1.4.1.9.9.13.1.5.1.3
Mostok   1
 
# RRD Graphing
CPUutl   1.3.6.1.4.1.9.9.109.1.1.1.1.8N   
Temp   1.3.6.1.4.1.9.9.13.1.3.1.3N   
MemCPU   1.3.6.1.4.1.9.9.109.1.1.1.1.13N   1024
Custom      

2
Definition Files / Re: Def for Cisco C9300-24P
« on: June 10, 2019, 01:06:40 am »
Hi Swepart,  Sorr it took so long to get back to you.  Yep,  using the OID that rickli supplied,  I get POE information on each interface.

Knotty

3
Discovery / Issue Configuring and Using netflow
« on: August 27, 2018, 07:55:30 am »
Hi All,  Hoping someone can help me.

I've used Configured a New NEdi install using Ubuntu 17.10 and the Script that Remo has made avialable on the Website.  Its all Running fine except for Flowi.pl.

The Collector is running and the Files are being stored in fine in /var/cache/ndump.

If I manually run nfdump -r /var/cache/nfdump/nfcapd.201808271534  I get an output.

But,  If I run /var/nedi/flowi.pl -v, it returns the Following

Code: [Select]
nedi@auqldrv00nwm1ai:/var/cache/nfdump$ sudo /var/nedi/flowi.pl -v
RRD :nfdump -M /var/cache/nfdump/nfcapd.201808271526:nfcapd.201808271529:nfcapd.201808271534:nfcapd.201808271539:nfcapd.201808271544:nfcapd.current.1009 -r nfcapd.201808271540 using packets
stat() error '/var/cache/nfdump/nfcapd.201808271526/nfcapd.201808271540': Not a directory
stat() error '/var/cache/nfdump/nfcapd.201808271526/nfcapd.201808271540': Not a directory
TRRD:/var/nedi/rrd/flow.rrd update OK
ALRT:0 mails and 0 SMS sent

and, of course, the RRD file has nothing in it.

my nedi.conf file has the Following in it

Code: [Select]
# Path to nfdump data files
nfdpath /var/cache/nfdump

# Top 10 netflow ports
# flow.rrd needs to be recreated after changes (can be achieved by deleting Flow RRD in System-Files)
nfport 22 ssh
nfport 23 telnet
nfport 25 smtp
nfport 53 dns
nfport 123 ntp
nfport 80 http
nfport 443 https
nfport 445 cifs
nfport 3260 iscsi
nfport 3389 rdp

And the Directory looks like

Code: [Select]
nedi@auqldrv00nwm1ai:/var/cache/nfdump$ ls -l
total 204392
-rw-r--r-- 1 root root 16390980 Aug 27 15:28 nfcapd.201808271526
-rw-r--r-- 1 root root 43134252 Aug 27 15:34 nfcapd.201808271529
-rw-r--r-- 1 root root 42600480 Aug 27 15:39 nfcapd.201808271534
-rw-r--r-- 1 root root 40525656 Aug 27 15:44 nfcapd.201808271539
-rw-r--r-- 1 root root 39363144 Aug 27 15:49 nfcapd.201808271544
-rw-r--r-- 1 root root 27263152 Aug 27 15:52 nfcapd.current.1009


I also cannot query the Dump files from the GUI (not sure if that is related or not)

Any Idea's?



Thanks in Advance

Knotty


4
Definition Files / Def for Cisco C9300-24P
« on: August 07, 2018, 03:44:07 pm »
Hi All,  here's a Def I use for my new Cisco C9300-24P.

Its got just about everything except the PoE OiD's.
Feel free to update it if you have them :)

Code: [Select]
# Definition for 1.3.6.1.4.1.9.1.2494 created by Defgen 2.0 on 7.Aug 2018
 
# Main
SNMPv 2HC
Type C9300-24P
Typoid 1.3.6.1.2.1.47.1.1.1.1.2.1000
Sysdes
OS IOS
Icon skbn
Size 1
TempAlert
Bridge VLX
ArpND oldcie
Dispro CDP
Serial 1.3.6.1.4.1.9.3.6.3.0
Bimage 1.3.6.1.4.1.9.2.1.73.0
CfgChg 1.3.6.1.4.1.9.9.43.1.1.1.0
CfgWrt 1.3.6.1.4.1.9.9.43.1.1.3.0
FTPConf
VLnams 1.3.6.1.4.1.9.9.46.1.3.1.1.4.1
VLnamx
Group 1.3.6.1.4.1.9.9.46.1.2.1.1.2.1
Mode 1.3.6.1.4.1.9.9.46.1.2.1.1.3.1
 
# Interfaces
StartX
EndX
IFname 1.3.6.1.2.1.31.1.1.1.1
IFaddr old
IFalia 1.3.6.1.2.1.31.1.1.1.18
IFalix
InBcast 1.3.6.1.2.1.31.1.1.1.3
InDisc 1.3.6.1.2.1.2.2.1.13
OutDisc 1.3.6.1.2.1.2.2.1.19
IFvlan 1.3.6.1.4.1.9.9.68.1.2.2.1.2
IFvlix
IFpowr
IFpwix
IFdupl 1.3.6.1.2.1.10.7.2.1.19
IFduix
Halfdp 2
Fulldp 3
 
# Modules
Modesc 1.3.6.1.2.1.47.1.1.1.1.2
Moclas 1.3.6.1.2.1.47.1.1.1.1.5
Movalu 3|6|9|10
Moslot 1.3.6.1.2.1.47.1.1.1.1.7
Modhw 1.3.6.1.2.1.47.1.1.1.1.8
Modsw 1.3.6.1.2.1.47.1.1.1.1.10
Modfw 1.3.6.1.2.1.47.1.1.1.1.9
Modser 1.3.6.1.2.1.47.1.1.1.1.11
Momodl 1.3.6.1.2.1.47.1.1.1.1.13
Modloc
Mostat 1.3.6.1.4.1.9.9.13.1.5.1.3
Mostok 1
 
# RRD Graphing
CPUutl 1.3.6.1.4.1.9.9.109.1.1.1.1.8N
Temp 1.3.6.1.4.1.9.9.13.1.3.1.3N
MemCPU 1.3.6.1.4.1.9.9.109.1.1.1.1.13N 1024
Custom

Pages: [1]