****GRABBING LOGS OFF AN OMI CONTROLLER**** 1) Following for the OMI controller card telnet using the OMI's controller IP address a. Login: root b. Password : root123 (password for OMI firmware up to 6.4.0) (for OMI firmware 6.5.X use "%rooT_(6th digit of MAC Address)(5th digit of MAC Address)" for example, MAC Controller is 00:0b:7c:80:34:32 than the password would be "%rooT_3234") c. # cd .. d. # cd var e. # cat OMNE*.* . You need to increase the size of the command window to get all the messages . ****GRABBING LOGS OFF THE OMI CARD/OMI DEVICE AUDIO**** telnet using the OMI audio IP address a. Login: root b. Password :YzG5jmaz ( for firmware 6.5.X and up use 3MpsMTDq) c. # cd tmp d. # cat CapG*. ****GRABBING LOGS OFF AN OKP, OEI-2 and OAP**** telnet using IP address of the OMI end device a. Login: root b. Password :YzG5jmaz ( for firmware 6.5.X level and up use 3MpsMTDq) c. # cd tmp d. # cat CapG*. ------------------------------------------------------------------------------------------------------------------------------------------------ ****SHOWING NETWORK SWITCH NEIGHBORS VIA AN OMI END DEVICE**** login: root Password :YzG5jmaz ( for firmware 6.5.X level and up use 3MpsMTDq) BusyBox v1.23.2 (2015-09-02 14:35:54 AEST) hush - the humble shell / # lldpcli show neighbors (exmaple of output below) ------------------------------------------------------------------------------- LLDP neighbors: ------------------------------------------------------------------------------- Interface: eth0/0/1, via: LLDP, RID: 1, Time: 0 day, 00:52:10 Chassis: ChassisID: mac a0:3d:6f:fd:7b:a4 SysName: RTS79 SysDescr: Cisco Nexus Operating System (NX-OS) Software 7.0(3)I4(6) TAC support: http://www.cisco.com/tac Copyright (c) 2002-2017, Cisco Systems, Inc. All rights reserv ed. MgmtIP: 10.1.101.79 Capability: Bridge, on Capability: Router, on Port: PortID: ifname Ethernet1/29 PortDescr: Ethernet1/29 ------------------------------------------------------------------------------- / # exit -------------------------------------------------------------------------------------------------------------------------------------------------- ****EXTRACTING CORE FILE FROM OMI CARD**** ****NEED TFTP64 INSTALLED ON YOUR PC (freeware program on the internet)**** ****START THE TFTP PROGRAM ON YOUR PC; PLACE THE PC RUNNING THE PROGRAM ON THE SAME SUBNET AS THE OMI CARD FOR EASIER EXTRACTION OF THE CORE FILE**** TELNET INTO THE IP OF OMI CONTROLLER THEN: User name :root Passsword : root123 (password for OMI firmware up to 6.4.0) (for OMI firmware 6.5.X and up use "%rooT_(6th digit of MAC Address)(5th digit of MAC Address)" for example, MAC Controller is 00:0b:7c:80:34:32 than the password would be "%rooT_3234") # cd .. # ls -al (this will tell if core file is available). # /bin/busybox tftp –pl core < ip address of the PC running TFTP64> -------------------------------------------------------------------------------------------------------------------------------------------------- ****TO CHECK FOR UP TIME OF AN OMI CARD**** TELNET INTO THE IP OF OMI CONTROLLER THEN: User name :root Passsword : root123 (password for OMI firmware up to 6.4.0) (for OMI firmware 6.5.X and up use "%rooT_(6th digit of MAC Address)(5th digit of MAC Address)" for example, MAC Controller is 00:0b:7c:80:34:32 than the password would be "%rooT_3234") # uptime < DISPLAYS UPTIME OF OMI CARD >