cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
877
Views
0
Helpful
7
Replies

Need help with 4351 CUBE router with "ip dns server"

UCguy42
Level 1
Level 1

Good evening,

       I'm trying to configure a 4351 to be a DNS server for some appliances and for some reason the "ip dns server" command doesn't come up:

(config)#ip ?
Global IP configuration subcommands:
access-list Named access-list
address-pool Specify default IP address pooling mechanism
alias Alias an IP address to a TCP port
arp IP ARP global configuration
as-path BGP autonomous system path filter
bgp-community format for BGP community
bootp Config BOOTP services
casa configure this router to participate in casa
cef Cisco Express Forwarding
classless Follow classless routing forwarding rules
community-list Add a community list entry
default-gateway Specify default gateway (if not routing IP)
default-network Flags networks as candidates for default routes
dhcp Configure DHCP server and relay parameters
dhcp-client Configure parameters for DHCP client operation
dhcp-relay Configure DHCP relay global parameters
dhcp-server Specify target DHCP server parameters
dhcp-sip Configure DHCP SIP global parameters
domain IP DNS Resolver
domain-list Domain name to complete unqualified host names.
domain-lookup Enable IP Domain Name System hostname translation
domain-name Define the default domain name
extcommunity-list Add a extended community list entry
finger finger server
forward-protocol Controls forwarding of physical and directed IP broadcasts
ftp FTP configuration commands

 

 

Please see licenses:

-----------------------------------------------------------------
Technology Technology-package Technology-package
Current Type Next reboot
------------------------------------------------------------------
appx None None None
uc uck9 Permanent uck9
security None None None
ipbase ipbasek9 Permanent ipbasek9

1 Accepted Solution

Accepted Solutions

Yup, sorry I'm late. I forgot to update my post with the fact I was able to do it after I upgraded to 16.9 which I was doing any to since they're upgrading to 12.5 SU5. I figured I upgrade and try again. Everything is working now.

View solution in original post

7 Replies 7

balaji.bandi
Hall of Fame
Hall of Fame

Most of the router should able to configure,

can you post show version 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thank you for the reply Balaji.

The current version is: Version 15.5(2)S3, RELEASE SOFTWARE (fc2)

that should be working for 15.X  code - show run (post full config - removing any security information) - also like to see show version (complete)

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dns/configuration/15-mt/dns-15-mt-book/dns-config-dns.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Current configuration : 3641 bytes
!
!
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
!
hostname
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
card type t1 0 1
logging buffered 10000000

!
no aaa new-model
clock timezone EST -5 0
clock summer-time edt recurring
!
!
!
!
!
!
!
!
!


ip domain name
!
!
!
!
!
!
!
!
!
!
subscriber templating
multilink bundle-name authenticated
!
!
!
!
isdn switch-type primary-4ess
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0/1
no watchdog
!
voice-card 0/2
no watchdog
!
license udi pid ISR4351/K9 sn FDO1922000G
spanning-tree extend system-id
!

!
redundancy
mode none
!
controller T1 0/1/0
framing esf
linecode b8zs
cablelength long 0db
pri-group timeslots 1-24 service mgcp
!
!
vlan internal allocation policy ascending
!
!
!
!
!
!
interface GigabitEthernet0/0/0
ip address
negotiation auto
!
interface GigabitEthernet0/0/1
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0/0/2
no ip address
shutdown
negotiation auto
!
interface Service-Engine0/1/0
!
interface Serial0/1/0:23
encapsulation hdlc
isdn switch-type primary-4ess
isdn incoming-voice voice
isdn bind-l3 ccm-manager
no cdp enable
!
interface Service-Engine0/2/0
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
no ip address
shutdown
negotiation auto
!
interface Vlan1
no ip address
!
ip default-gateway
ip forward-protocol nd
no ip http server
no ip http secure-server
ip tftp source-interface GigabitEthernet0
ip route 0.0.0.0 0.0.0.0
ip ssh rsa keypair-name key
!
!
!
!
!
control-plane
!
!
voice-port 0/1/0:23
!
voice-port 0/2/0
!
voice-port 0/2/1
!
!
!
!
!
mgcp
mgcp call-agent 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp ip qos dscp cs3 signaling
mgcp package-capability rtp-package
mgcp package-capability sst-package
mgcp package-capability pre-package
no mgcp package-capability res-package
no mgcp package-capability fxr-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp fax t38 inhibit
mgcp rtp payload-type g726r16 static
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
ccm-manager music-on-hold
!
ccm-manager fallback-mgcp
ccm-manager redundant-host
ccm-manager mgcp
ccm-manager config server
ccm-manager config
!
!
!
call-manager-fallback
secondary-dialtone 9
max-conferences 4 gain -6
transfer-system full-consult
timeouts interdigit 5
timeouts ringing 16
ip source-address port 2000
max-ephones 300
!
!
line con 0
login local
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login local
transport input all
line vty 5 15
login local
transport input all
!
ntp server prefer
!

Hello,

according to the document linked below:

"Locally hosted DNS SRV entries are not supported until IOS-XE release 3.17S."

Which means you need at least that version for the CUBE to function as DNS server...

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/cube/configuration/cube-book.pdf

Yup, sorry I'm late. I forgot to update my post with the fact I was able to do it after I upgraded to 16.9 which I was doing any to since they're upgrading to 12.5 SU5. I figured I upgrade and try again. Everything is working now.

Thank you for the input and glad you were able to make it work, yes some time some IOS codes have issues even 15.5. X different once have different requirements.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: