12-22-2017 09:20 PM - edited 03-08-2019 01:12 PM
What is the diffrence between " logging 10.1.1.3 " and "logging host 10.1.1.3 "
Solved! Go to Solution.
12-22-2017 11:48 PM
Both commands configure the IP of the syslog-server. For the two examples there is no difference and using the first form shows later as the second in the config:
rtr(config)#do sh run | i logging logging buffered 16000 logging source-interface Loopback0 rtr(config)#logging 10.56.30.112 rtr(config)# rtr(config)#do sh run | i logging logging buffered 16000 logging source-interface Loopback0 logging host 10.56.30.112
It makes a difference when your syslog-server is reachable through ipv6, then you have to use the syntax "logging host" as only there the keyword "ipv6" is available.
12-22-2017 11:48 PM
Both commands configure the IP of the syslog-server. For the two examples there is no difference and using the first form shows later as the second in the config:
rtr(config)#do sh run | i logging logging buffered 16000 logging source-interface Loopback0 rtr(config)#logging 10.56.30.112 rtr(config)# rtr(config)#do sh run | i logging logging buffered 16000 logging source-interface Loopback0 logging host 10.56.30.112
It makes a difference when your syslog-server is reachable through ipv6, then you have to use the syntax "logging host" as only there the keyword "ipv6" is available.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide