Ip domain-lookup
From Joe
(Új cikk) |
(→Példa) |
||
(6 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
Router(config)# | Router(config)# | ||
==Szintaxis== | ==Szintaxis== | ||
- | '''ip domain-lookup''' | + | *'''ip domain-lookup''' |
- | '''no ip domain-lookup''' | + | *'''no ip domain-lookup''' |
+ | |||
==Szintaxis leírása== | ==Szintaxis leírása== | ||
Egyéb paraméter, vagy kulcsszó nincs. | Egyéb paraméter, vagy kulcsszó nincs. | ||
==Parancs leírása== | ==Parancs leírása== | ||
+ | IP Domain Naming System (DNS)-bázisú rendszer név-cím fordításához szükséges a ''ip domain-lookup'' globális konfigurációs parancs. A DNS tiltásához a no előtag kiadása szükséges. A funkció működéséhez a DNS szerver elérése szükséges | ||
+ | ==Példa== | ||
+ | 1. '''Példa:''' DNS névfeloldás engedélyezése | ||
+ | c2940(config)#'''ip domain-lookup''' | ||
+ | ===névfeloldás visszaellenőrzése=== | ||
+ | Pingelve a ''server_IP'' gépet a router a 172.16.1.100 DNS szerverhez fordul a névfeloldáshoz. Válaszul a ''172.16.1.101'' IP címet kapta. | ||
+ | router#'''ping''' ''server_IP'' | ||
+ | Translating "server_IP"...domain server (172.16.1.100) [OK] | ||
+ | |||
+ | Type escape sequence to abort. | ||
+ | Sending 5, 100-byte ICMP Echos to 172.16.1.101, timeout is 2 seconds: | ||
+ | !!!!! | ||
+ | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms | ||
- | + | 2. Példa: DNS névfeloldás tiltása | |
+ | c2940(config)#'''no ip domain-lookup''' | ||
+ | ===névfeloldás visszaellenőrzése=== | ||
+ | Pingelve a ''server_IP'' gépet hibaüzenetet kapunk, mivel a névfeloldás nem engedélyezett, vagy nem üzemel. | ||
+ | router#'''ping''' ''server_IP'' | ||
+ | Translating "server_IP" | ||
+ | % Unrecognized host or address, or protocol not running. | ||
+ | |||
+ | 3. Példa: DNS konfigurációs példa. A tartománynév megadása, illetve a névfeloldó (DNS)szerver címének megadása. | ||
+ | ip domain-name ceg_domain.hu | ||
+ | ip name-server 172.16.1.100 | ||
- | |||
- | |||
- | |||
- | |||
==Hibalahatőségek== | ==Hibalahatőségek== | ||
Nincs | Nincs | ||
==Lásd még== | ==Lásd még== | ||
[[ip domain-name]] | [[ip domain-name]] | ||
+ | |||
+ | [[Category:Cisco]] | ||
+ | [[Category:Cisco ip]] |
Current revision as of 22:28, 9 February 2008
Contents |
[edit] Parancs
ip domain-lookup
[edit] Mód
Router(config)#
[edit] Szintaxis
- ip domain-lookup
- no ip domain-lookup
[edit] Szintaxis leírása
Egyéb paraméter, vagy kulcsszó nincs.
[edit] Parancs leírása
IP Domain Naming System (DNS)-bázisú rendszer név-cím fordításához szükséges a ip domain-lookup globális konfigurációs parancs. A DNS tiltásához a no előtag kiadása szükséges. A funkció működéséhez a DNS szerver elérése szükséges
[edit] Példa
1. Példa: DNS névfeloldás engedélyezése
c2940(config)#ip domain-lookup
[edit] névfeloldás visszaellenőrzése
Pingelve a server_IP gépet a router a 172.16.1.100 DNS szerverhez fordul a névfeloldáshoz. Válaszul a 172.16.1.101 IP címet kapta.
router#ping server_IP Translating "server_IP"...domain server (172.16.1.100) [OK] Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.1.101, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
2. Példa: DNS névfeloldás tiltása
c2940(config)#no ip domain-lookup
[edit] névfeloldás visszaellenőrzése
Pingelve a server_IP gépet hibaüzenetet kapunk, mivel a névfeloldás nem engedélyezett, vagy nem üzemel.
router#ping server_IP Translating "server_IP" % Unrecognized host or address, or protocol not running.
3. Példa: DNS konfigurációs példa. A tartománynév megadása, illetve a névfeloldó (DNS)szerver címének megadása.
ip domain-name ceg_domain.hu ip name-server 172.16.1.100
[edit] Hibalahatőségek
Nincs