#!/usr/bin/expect -f

spawn /opt/huawei/snas/sbin/mml $argv 988

expect "mml>>>"

send "check nlun reclong\r"

sleep 10

expect "end"

send "q\r"

expect eof
exit
