Question: I know this is a testing site but I'm studying for the CCNA...
Deathmage
Banned Posts: 2,496
in CCNA & CCENT
Hello,
I'm studying for the CCENT/CCNA on my home lab and I bought a Adtran Netvanta 4430 router on-top of the Cisco Router since my job uses Adtran's.
I was curious if someone know how to remove a line in a config.
and example is below
!
!
!
eth 0/1
ip address 192.168.103.2 255.255.254.0
no shutdown
!
!
!
gig 0/1
ip address 174.22.5.14 255.255.255.248
qos map 10 VoIPMap
yaa daaa yaaa daaa
!
!
no sip udp 5400
no sip tcp 5400
!
!
!
Right there, how do you remove the line "no sip udp 5400"? - to me placing a "no" in front of it turns it off, but I can't for the death of me figure out how to remove the bloody entry. even if it's off, I'd feel better if t wasn't in the config.
any help would be appreciated.
I'm studying for the CCENT/CCNA on my home lab and I bought a Adtran Netvanta 4430 router on-top of the Cisco Router since my job uses Adtran's.
I was curious if someone know how to remove a line in a config.
and example is below
!
!
!
eth 0/1
ip address 192.168.103.2 255.255.254.0
no shutdown
!
!
!
gig 0/1
ip address 174.22.5.14 255.255.255.248
qos map 10 VoIPMap
yaa daaa yaaa daaa
!
!
no sip udp 5400
no sip tcp 5400
!
!
!
Right there, how do you remove the line "no sip udp 5400"? - to me placing a "no" in front of it turns it off, but I can't for the death of me figure out how to remove the bloody entry. even if it's off, I'd feel better if t wasn't in the config.
any help would be appreciated.
Comments
-
networker050184 Mod Posts: 11,962 ModHave you tried just doing a 'sip udp 5400' command without the no?An expert is a man who has made all the mistakes which can be made.
-
cyberguypr Mod Posts: 6,928 ModWorst case scenario, can't you just create a new config file without those lines and copy it from flash or TFTP it back to the router?
-
Deathmage Banned Posts: 2,496ya I've tried without the "no" and still stays in the config. was hoping there is a command to remove it, lol.
worst-case scenerio I could but I spend about 2 hours configuring the router, lol!!! -
DCD Member Posts: 475 ■■■■□□□□□□If that unit has web interface try going into the firewall section then security zone and delete it from there.