Troubleshooting the Wide Area Bonjour Application

Size: px
Start display at page:

Download "Troubleshooting the Wide Area Bonjour Application"

Transcription

1 Troubleshooting the Wide Area Bonjour Application Troubleshooting Scenarios, page 1 Troubleshooting Using Logs, page 5 Troubleshooting Using Keywords, page 13 Troubleshooting Scenarios Troubleshooting Scenarios assists you in resolving some of the issues you might encounter while working on the Wide Area Bonjour application. If a issue in your application is similar to one of the following scenarios described in this section, use the associated workarounds to resolve the issue. Wide Area Bonjour application does not show a specific SDG Agent Step 1 Verify that the SDG agent's controller-source-interface IP Address is configured in at least one service filter as the source or query SDG agent in the Configuration tab, as shown in the below figure. To go this page, click Service Filter from the topology and click Edit option from Actions column. 1

2 SDG Agent State is Up but its announced Services are missing Troubleshooting the Wide Area Bonjour Application Step 2 Ensure that the SDG agent is properly configured in GUI. Note For more details on configuring SDG agent in service filter, see Configuring the Filer Manually section in Configuring the Wide Area Bonjour Application. SDG Agent State is Up but its announced Services are missing For this scenario, verify Wide Area Bonjour configuration in the Configuration tab, as shown in the below figure. To go to this page, click Service Filter from the topology and click Edit option from Actions column. Note For more details on configuring SDG agent in service filter, see Configuring the Filer Manually section in Configuring the Wide Area Bonjour Application. 2

3 Troubleshooting the Wide Area Bonjour Application Query SDG Agent's state is Up, but queries does not return any results from remote SDG Agents Query SDG Agent's state is Up, but queries does not return any results from remote SDG Agents For this scenario, verify Wide Area Bonjour configuration in the Configuration tab, as shown in the below figure. To go to this page, click Service Filter from the topology and click Edit option from Actions column. Note For more details on configuring SDG agent in service filter, see Configuring the Filer Manually section in Configuring the Wide Area Bonjour Application. Query SDG Agent's State is Up but query is failing For this scenario, analyze Wide Area Bonjour log and check what occurrences takes place when the service is queried. The following section displays Wide Area Bonjour logs and sample outputs. Logging into Wide Area Bonjour App Step 1 Enter the appropriate credentials to login (SSH) to APIC-EM as shown below: $ ssh grapevine@ The authenticity of host ' ( )' can't be established. ECDSA key fingerprint is 6c:63:dc:28:e8:dd:38:05:14:df:d2:88:06:19:a7:b4. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added ' ' (ECDSA) to the list of known hosts. grapevine@ 's password:****** Welcome to the Cisco APIC-EM Appliance - Powered by Grapevine 3

4 Query SDG Agent's State is Up but query is failing Troubleshooting the Wide Area Bonjour Application System information as of Sun Mar 12 00:16:59 UTC 2017 System load: 2.14 Users logged in: 1 Usage of /: 2.0% of 1.55TB IP address for eth0: Memory usage: 48% IP address for eth1: Swap usage: 0% IP address for grape-br0: Processes: 659 APIC-EM Version: Grapevine Version: dev1032-g32a1080 Step 2 Step 3 Last login: Sat Mar 11 21:29: from dhcp cisco.com (grapevine) [Sun Mar 12 00:17:00 UTC] grapevine@ (grapevine-root-1) ~ $ Check for the Link Local IP address of the Wide Area Bonjour App. Follow these steps, as shown in the below output. a) Enter the grape instance status command. This lists all grapevine services and their link local IP addresses. b) Check for the service 'sdg -service' that is in running state. Note If you have older versions of Wide Area Bonjour app in disabled state, they may be listed and will not be in 'running' state. c) Note down the link local IP address of the grapevine service ' sdg-service' (in the following output, it is ). $ grape instance status SERVICE VERSION STATE CLIENT IP UPTIME access-policy-programmer-service running 1ac5b5d cde-9a95-2b0af8edc days,3:12:18 apic-em-event-service running 0915c4d6-ffee-43d7-9f2c-63d c days,3:12:57 apic-em-inventory-manager-service running 9e91d331-ec41-4dc8-aef4-21f4680fcdff days,21:30: <snip> <snip> <snip> <snip> <snip> sdg-service running e919a7d2-f123-4a61-b4bd-e184a6611c6b days,21: <snip> <snip> <snip> <snip> <snip> To log into Wide Area Bonjour App via Secure Shell(SSH), enter the SSH. Note SSH is the IP address of the SDG Service and credentials are not required to enter. $ ssh Welcome to Ubuntu LTS (GNU/Linux generic x86_64) * Documentation: Last login: Sat Mar 11 21:59: from grapevine-root-1 (grapevine) [Sun Mar 12 00:48:54 UTC] grapevine@ (grapevine-client-aa6eb99b-65c f3542eb3ae) ~ Now, you are logged into Wide Area Bonjour application. 4

5 Troubleshooting the Wide Area Bonjour Application Troubleshooting Using Logs Step 4 Enter the following command for a running display of the log file of the Wide Area Bonjour App. tail -f /var/log/grapevine/services/sdg-service/<sdg Service Version>/sdg-service.log Replace <SDG-service Version> with the sdg-service version (see Step 3). You can troubleshoot Wide Area Bonjour using the following log: $ tail -f /var/log/grapevine/services/sdg-service/ /sdg-service.log :59:27,814 DEBUG nioeventloopgroup-4-24 c.c.sdg.packet.util.packetutilities Initializing PAYLOAD buffer with size :59:27,814 DEBUG nioeventloopgroup-4-24 c.c.sdg.packet.util.packetutilities Filling Payload buffer: Main Buffer offset is at <snip> <snip> <snip> To stop displaying, press CTRL+C. To capture the output in a file, enter the following command: $ tail -f /var/log/grapevine/services/sdg-service/ /sdg-service.log tee <file name> The log has wide information that can be decoded by Cisco engineers familiar with the internals. However, it may provide guidance to operational personnel on the data sent to APIC-EM by a service announcement or query, and for checking if it matches what is expected by APIC-EM (Wide Area Bonjour). The following questions are addressed: Is the announcement/query from a VLAN reaching Wide Area Bonjour? (if not, the log will not show the packet being received). Is the query received, but dropped because it does not match configured service-filter? If a query is received and matched policies, then did Wide Area Bonjour find services and responded? Troubleshooting Using Logs You can access and view logs on the controller to troubleshoot issues with the Wide Area Bonjour application. Step 1 Step 2 Step 3 Using a Secure Shell (SSH) client, log into the host (physical or virtual) with the IP address that you specified using the configuration wizard. Note The IP address to enter for the SSH client is the IP address that you configured for the network adapter. This IP address connects the host to the external network. When prompted, enter your Linux username ('grapevine') and password for SSH access. Issue the following command on the controller: grape instance status grep sdg 5

6 Analyzing Wide Area Bonjour Logs Troubleshooting the Wide Area Bonjour Application Step 4 Step 5 Using SSH again, connect to the specific container with the IP address of the service returned in above command output. Navigate and view the logs. The logs are located in "/var/log/grapevine/services/sdg-service/<version>". A maximum of 11 files should be available under this directory with name sdg-service.log*. Important If there are multiple sdg-service instances returned in the above steps, then perform the above steps again for each service instance to collect all of the logs. Analyzing Wide Area Bonjour Logs For advanced troubleshooting, it is significant to check for important output phrases in log file. Consider that a new query is received (for _universal._sub._ ipps._ tcp.local service-type). See the example below: [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _universal._sub._ipps._tcp.local.]] question:[pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _universal._sub._ipps._tcp.local.] :26:25,725 INFO pool-2-thread-1 c.c.s.p.p.queryprocessorimpl ----RECIEVED NEW QUERY. START PROCESSING ---- Wide Area Bonjour obtains the following information from the query (or announcement) for matching with its configured policy. Policy Matcher Input [ip= , network= , mask=24, servicetype=_airplay._tcp.local.] The log above displays the following information: SDG Agent's IP address Network: Subnet of the SDG Agent VLAN from which the query (or announcement) is received. Subnet mask The end-point is querying (or announcing this service) An ATV will announce airplay and roap. A printer will announce _ipp._tcp.local., and/or _ipps._tcp.local., _printer._tcp.local and so on. A new announcement is received (for._raop._tcp.local service-type, in this example below): [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _raop._tcp.local. ttl: '4500/4500' alias: '6C94F8F121B5@RTP-ATV-2._raop._tcp.local.'] additionals: [Service@ type: TYPE_SRV index 33, class: CLASS_IN index 1, name: 6C94F8F121B5@RTP-ATV-2._raop._tcp.local. ttl: '120/120' server: 'RTP-ATV-2.local.:7000'] [IPv4Address@ type: TYPE_A index 1, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: ' '] [IPv6Address@ type: TYPE_AAAA index 28, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: '2001:10:101:18:145c:d3b5:8521:7f80'] [IPv6Address@ type: TYPE_AAAA index 28, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: '2001:10:101:18:cf86:d5e3:df1d:6834'] 6

7 Troubleshooting the Wide Area Bonjour Application Analyzing Wide Area Bonjour Logs type: TYPE_TXT index 16, class: CLASS_IN index 1, name: ttl: '4500/4500' text: 'cn=0,1,2,3^gda=tr...']] answer: type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _raop._tcp.local. ttl: '4500/4500' alias: additional: type: TYPE_SRV index 33, class: CLASS_IN index 1, name: ttl: '120/120' server: 'RTP-ATV-2.local.:7000'] additional: type: TYPE_A index 1, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: ' '] additional: type: TYPE_AAAA index 28, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: '2001:10:101:18:145c:d3b5:8521:7f80'] additional: type: TYPE_AAAA index 28, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: '2001:10:101:18:cf86:d5e3:df1d:6834'] additional: type: TYPE_TXT index 16, class: CLASS_IN index 1, name: ttl: '4500/4500' text: 'cn=0,1,2,3^gda=tr...'] Result of matching the query with configured policy: Every query is matched with query sections of all service filters until a match is found. The matching result for each configured policy is logged. The below table displays the following information from the above Figure: S.No Description Query matched with service-filter (can be 'unmatched') Matching Service-filter name The rest of the output specifies the service-filter configuration 7

8 Analyzing Wide Area Bonjour Logs Troubleshooting the Wide Area Bonjour Application The following log shows the successful announcement processing output. Successful Processing of an ATV announcement (for _roap._tcp.local. Processing for _.airplay_.tcp.local not shown) :26:50,381 INFO pool-1-thread-5 c.c.s.p.p.announcementprocessorimpl GOT NEW ANNOUNCEMENT. STARTING PROCESSING :26:50,384 DEBUG nioeventloopgroup-4-16 c.c.sdg.packet.util.packetutilities Message length is from PACKET HEADER is 380 while buffer length is :26:50,384 DEBUG nioeventloopgroup-4-16 c.c.sdg.packet.util.packetutilities TLVs is :26:50,384 DEBUG nioeventloopgroup-4-16 c.c.sdg.packet.util.packetutilities TLV - Type : 5 Length : 4 Value : 0a65ff <snip> <snip> :26:50,385 DEBUG pool-3-thread-3 c.c.s.p.h.packetrecieveworkerthread -- RECIEVED PACKET :26:50,385 DEBUG pool-3-thread-3 c.c.s.p.h.packetrecieveworkerthread dns[response,:-1, length=356, id=0x0, flags=0x8000:r, answers=1, additionals=5 answers: [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _raop._tcp.local. ttl: '4500/4500' alias: '6C94F8F121B5@RTP-ATV-2._raop._tcp.local.'] additionals: [Service@ type: TYPE_SRV index 33, class: CLASS_IN index 1, name: 6C94F8F121B5@RTP-ATV-2._raop._tcp.local. ttl: '120/120' server: 'RTP-ATV-2.local.:7000'] [IPv4Address@ type: TYPE_A index 1, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: ' '] [IPv6Address@ type: TYPE_AAAA index 28, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: '2001:10:101:18:145c:d3b5:8521:7f80'] [IPv6Address@ type: TYPE_AAAA index 28, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: '2001:10:101:18:cf86:d5e3:df1d:6834'] [Text@ type: TYPE_TXT index 16, class: CLASS_IN index 1, name: 6C94F8F121B5@RTP-ATV-2._raop._tcp.local. 8

9 Troubleshooting the Wide Area Bonjour Application Analyzing Wide Area Bonjour Logs ttl: '4500/4500' text: 'cn=0,1,2,3^gda=tr...']] answer: type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _raop._tcp.local. ttl: '4500/4500' alias: additional: type: TYPE_SRV index 33, class: CLASS_IN index 1, name: ttl: '120/120' server: 'RTP-ATV-2.local.:7000'] additional: type: TYPE_A index 1, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: ' '] additional: type: TYPE_AAAA index 28, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: '2001:10:101:18:145c:d3b5:8521:7f80'] additional: type: TYPE_AAAA index 28, class: CLASS_IN index 1, name: RTP-ATV-2.local. ttl: '120/120' address: '2001:10:101:18:cf86:d5e3:df1d:6834'] additional: type: TYPE_TXT index 16, class: CLASS_IN index 1, name: ttl: '4500/4500' text: 'cn=0,1,2,3^gda=tr...'] Successful Processing of an ATV announcement : :26:50,385 DEBUG pool-1-thread-5 c.c.s.p.p.announcementprocessorimpl Anouncement Packet is from a valid SDGNode :26:50,385 INFO pool-1-thread-5 c.c.s.p.p.announcementprocessorimpl Pointer service name is RTP-ATV :26:50,386 DEBUG pool-1-thread-5 c.c.s.p.p.announcementprocessorimpl IPAddress of service RTP-ATV-2 is , 2001:10:101:18:145c:d3b5:8521:7f :26:50,386 DEBUG pool-1-thread-5 c.c.s.p.p.announcementprocessorimpl MACAddress of service RTP-ATV-2 is 6c:94:f8:f1:21:b :26:50,386 INFO pool-1-thread-5 c.c.s.p.p.announcementprocessorimpl Total services in this announcement 1 Note ATV announces _airplay._tcp.local similar to the above processing. Successful Query Processing Log output: Successful Processing of an query for airplay: :59:25,745 DEBUG pool-3-thread-5 c.c.s.p.h.packetrecieveworkerthread --- RECIEVED PACKET :59:25,746 DEBUG pool-3-thread-5 c.c.s.p.h.packetrecieveworkerthread dns[query,:-1, length=37, id=0xae53, flags=0x100, questions=1 questions: [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _airplay._tcp.local.]] question: [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _airplay._tcp.local.] :59:25,746 INFO pool-2-thread-1 c.c.s.p.p.queryprocessorimpl --RECIEVED NEW QUERY. START PROCESSING :59:25,749 DEBUG pool-2-thread-1 c.c.s.r.engine.impl.policymatcher PolicyMatcher: Starting to get ALL matching rules :59:25,749 DEBUG pool-2-thread-1 c.c.s.r.engine.impl.policymatcher Policy Matcher Input [ip= , network= , mask=24, servicetype=_airplay._tcp.local.] Mar 12, :59:25 AM ch.maxant.rules.engine getmatchingrules INFO: matched: com.cisco.sdg.rule.engine.result.pod-5-atv-{ ( ( input.ip == ' ' input.network == ' ' input.mask == '24' ) ( input.ip == ' ' input.network == '2001:10:106:221:0:0:0:0' input.mask == '64' ) ) ( input.servicetype == '_raop._tcp.local.' input.servicetype == '_airplay._tcp.local.' ) } Mar 12, :59:25 AM ch.maxant.rules.engine getmatchingrules 9

10 Analyzing Wide Area Bonjour Logs Troubleshooting the Wide Area Bonjour Application INFO: unmatched: com.cisco.sdg.rule.engine.result.pod-5-printer-{ ( ( input.ip == ' ' input.network == ' ' input.mask == '24' ) ( input.ip == ' ' input.network == '2001:10:106:221:0:0:0:0' input.mask == '64' ) ) ( input.servicetype == '_printer._tcp.local.' input.servicetype == '_ipps._tcp.local.' input.servicetype == '_ipp._tcp.local.' ) } :59:25,750 INFO pool-2-thread-1 c.c.s.r.engine.impl.policymatcher PolicyMatcher: ALL MATCHED RULES [7f1c7bb1-a b4d9-50cc94f6e530] :59:25,750 DEBUG pool-2-thread-1 c.c.s.p.c.manager.sdgcachemanager Getting services for policyids [7f1c7bb1-a b4d9-50cc94f6e530] :59:25,750 DEBUG pool-2-thread-1 c.c.s.p.c.manager.sdgcachemanager Obtained 2 services for policyids [7f1c7bb1-a b4d9-50cc94f6e530] :59:25,750 DEBUG pool-2-thread-1 c.c.s.p.p.queryprocessorimpl Matching for service type _airplay._tcp.local. as the type is _airplay._tcp.local. and subtype is in the question :59:25,750 DEBUG pool-2-thread-1 c.c.s.p.p.queryprocessorimpl Matching for service type _airplay._tcp.local. as the type is _airplay._tcp.local. and subtype is in the question :59:25,750 INFO pool-2-thread-1 c.c.s.p.p.queryprocessorimpl Found 1 services to respond. Sending :59:25,750 INFO EventLogProcessor com.cisco.sdg.packet Sun Mar 12 04:59:25 UTC 2017 TX QUERY RESPONDED Processed the query packet for service name _airplay._tcp.local. from SDG Node Responded with 1 service instances :59:25,753 INFO pool-2-thread-1 c.c.s.p.p.queryprocessorimpl -- COMPLETED QUERY PROCESSING :59:25,754 DEBUG pool-5-thread-5 c.c.s.p.m.queryresponsesender Sending the response to IP port: 9991 data length: 1 Unsuccessful Query Processing Log output: Unsuccessful Processing of an query for airplay: The query matched configured policy, but there are no ATVs available :14:40,754 DEBUG pool-3-thread-6 c.c.s.p.h.packetrecieveworkerthread ---RECIEVED PACKET :14:40,754 DEBUG pool-3-thread-6 c.c.s.p.h.packetrecieveworkerthread dns[query,:-1, length=34, id=0xa7a2, flags=0x100, questions=1 questions: [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _raop._tcp.local.]] question: [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _raop._tcp.local.] :14:40,755 DEBUG pool-2-thread-5 c.c.s.r.engine.impl.policymatcher PolicyMatcher: Starting to get ALL matching rules :14:40,755 DEBUG pool-2-thread-5 c.c.s.r.engine.impl.policymatcher Policy Matcher Input [ip= , network=2001:10:106:221:0:0:0:0, mask=64, servicetype=_airplay._tcp.local.] Mar 12, :14:40 AM ch.maxant.rules.engine getmatchingrules INFO: matched: com.cisco.sdg.rule.engine.result.pod-5-atv-{ ( ( input.ip == ' ' input.network == ' ' input.mask == '24' ) ( input.ip == ' ' input.network == '2001:10:106:221:0:0:0:0' input.mask == '64' )) ( input.servicetype == '_raop._tcp.local.' input.servicetype == '_airplay._tcp.local.' ) } :14:40,755 INFO pool-2-thread-3 c.c.s.p.p.queryprocessorimpl -- RECIEVED NEW QUERY. START PROCESSING Mar 12, :14:40 AM ch.maxant.rules.engine getmatchingrules INFO: unmatched: com.cisco.sdg.rule.engine.result.pod-5-printer-{ ( ( input.ip == ' ' input.network == ' ' input.mask == '24' ) ( input.ip == ' ' input.network == '2001:10:106:221:0:0:0:0' input.mask == '64' ) ) ( input.servicetype == '_printer._tcp.local.' input.servicetype == '_ipps._tcp.local.' input.servicetype == '_ipp._tcp.local.' ) } :14:40,755 INFO pool-2-thread-5 c.c.s.r.engine.impl.policymatcher 10

11 Troubleshooting the Wide Area Bonjour Application Analyzing Wide Area Bonjour Logs PolicyMatcher: ALL MATCHED RULES [7f1c7bb1-a b4d9-50cc94f6e530] :14:40,755 DEBUG pool-2-thread-5 c.c.s.p.c.manager.sdgcachemanager Getting services for policyids [7f1c7bb1-a b4d9-50cc94f6e530] :14:40,756 DEBUG pool-2-thread-5 c.c.s.p.c.manager.sdgcachemanager Obtained 0 services for policyids [7f1c7bb1-a b4d9-50cc94f6e530] :14:40,756 INFO pool-2-thread-5 c.c.s.p.p.queryprocessorimpl Found 0 services to respond. Sending :14:40,756 INFO EventLogProcessor com.cisco.sdg.packet Sun Mar 12 05:14:40 UTC 2017 RX QUERY DROPPED Dropped the query for service _airplay._tcp.local. as no policies matched for source IP , subnet 2001:10:106:221:0:0:0:0 and mask :14:40,756 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities Message length is from PACKET HEADER is 7 while buffer length is :14:40,756 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities TLVs is :14:40,757 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities TLV - Type : 22 Length : 4 Value : 0a64ff :14:40,757 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities Initializing PAYLOAD buffer with size :14:40,757 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities Filling Payload buffer: Main Buffer offset is at :14:40,757 DEBUG nioeventloopgroup-4-29 c.c.s.p.h.tcppacketeventqueuer Done processing the packet in 3ms :14:40,757 DEBUG ThreadManager-Default-45 c.c.s.p.h.newdatapacketnotificationhandler About to handle packet com.cisco.sdg.packet.model.datapacket@5f :14:40,757 INFO ThreadManager-Default-45 c.c.s.p.h.packetrecievehandler PacketRecieveHandler: SDG Packet Recieved from DPS com.cisco.sdg.packet.model.datapacket@5f :14:40,758 DEBUG pool-2-thread-3 c.c.s.r.engine.impl.policymatcher PolicyMatcher: Starting to get ALL matching rules :14:40,758 INFO pool-2-thread-2 c.c.s.p.p.queryprocessorimpl OOPS! NO RESPONSES FOUND TO BE REPLIED :14:40,758 DEBUG pool-2-thread-3 c.c.s.r.engine.impl.policymatcher Policy Matcher Input [ip= , network=2001:10:106:221:0:0:0:0, mask=64, servicetype=_raop._tcp.local.] :14:40,758 INFO pool-2-thread-2 c.c.s.p.p.queryprocessorimpl - COMPLETED QUERY PROCESSING.-- Unsuccessful Processing of an query for airplay: The query did not match configured policy :33:40,784 DEBUG pool-3-thread-3 c.c.s.p.h.packetrecieveworkerthread --- RECIEVED PACKET :33:40,784 DEBUG pool-3-thread-3 c.c.s.p.h.packetrecieveworkerthread dns[query,:-1, length=37, id=0x508f, flags=0x100, questions=1 questions: [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _airplay._tcp.local.]] question: [Pointer@ type: TYPE_PTR index 12, class: CLASS_IN index 1, name: _airplay._tcp.local.] :33:40,785 INFO pool-2-thread-5 c.c.s.p.p.queryprocessorimpl RECIEVED NEW QUERY. START PROCESSING :33:40,786 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities Message length is from PACKET HEADER is 7 while buffer length is :33:40,786 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities TLVs is :33:40,786 DEBUG nioeventloopgroup

12 Analyzing Wide Area Bonjour Logs Troubleshooting the Wide Area Bonjour Application c.c.sdg.packet.util.packetutilities TLV - Type : 22 Length : 4 Value : 0a64ff :33:40,786 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities Initializing PAYLOAD buffer with size :33:40,786 DEBUG nioeventloopgroup-4-29 c.c.sdg.packet.util.packetutilities Filling Payload buffer: Main Buffer offset is at :33:40,786 DEBUG nioeventloopgroup-4-29 c.c.s.p.h.tcppacketeventqueuer Done processing the packet in 2ms :33:40,786 DEBUG ThreadManager-Default-20 c.c.s.p.h.newdatapacketnotificationhandler About to handle packet com.cisco.sdg.packet.model.datapacket@7d97c9b :33:40,786 INFO ThreadManager-Default-20 c.c.s.p.h.packetrecievehandler PacketRecieveHandler: SDG Packet Recieved from DPS com.cisco.sdg.packet.model.datapacket@7d97c9b :33:40,788 DEBUG pool-2-thread-5 c.c.s.r.engine.impl.policymatcher PolicyMatcher: Starting to get ALL matching rules :33:40,788 DEBUG pool-2-thread-5 c.c.s.r.engine.impl.policymatcher Policy Matcher Input [ip= , network=2001:10:106:221:0:0:0:0, mask=64, servicetype=_airplay._tcp.local.] Mar 12, :33:40 AM ch.maxant.rules.engine getmatchingrules INFO: unmatched: com.cisco.sdg.rule.engine.result.pod-5-atv-{ ( ( input.ip == ' ' input.network == ' ' input.mask == '24' ) ( input.ip == ' ' input.network == '2001:10:106:222:0:0:0:0' input.mask == '64' ) ) ( input.servicetype == '_raop._tcp.local.' input.servicetype == '_airplay._tcp.local.' ) } Mar 12, :33:40 AM ch.maxant.rules.engine getmatchingrules INFO: unmatched: com.cisco.sdg.rule.engine.result.pod-5-printer-{ ( ( input.ip == ' ' input.network == ' ' input.mask == '24' ) ( input.ip == ' ' input.network == '2001:10:106:221:0:0:0:0' input.mask == '64' ) ) ( input.servicetype == '_printer._tcp.local.' input.servicetype == '_ipps._tcp.local.' input.servicetype == '_ipp._tcp.local.' ) } :33:40,789 INFO pool-2-thread-5 c.c.s.r.engine.impl.policymatcher PolicyMatcher: ALL MATCHED RULES [] :33:40,789 DEBUG pool-2-thread-5 c.c.s.p.c.manager.sdgcachemanager Getting services for policyids [] :33:40,789 DEBUG pool-2-thread-5 c.c.s.p.c.manager.sdgcachemanager Obtained 0 services for policyids [] :33:40,789 INFO pool-2-thread-5 c.c.s.p.p.queryprocessorimpl Found 0 services to respond. Sending :33:40,789 INFO EventLogProcessor com.cisco.sdg.packet Sun Mar 12 05:33:40 UTC 2017 RX HELLO PROCESSED Recieved keep alive packet from SDG Node IP :33:40,789 INFO EventLogProcessor com.cisco.sdg.packet Sun Mar 12 05:33:40 UTC 2017 RX QUERY DROPPED Dropped the query for service _airplay._tcp.local. as no policies matched for source IP , subnet 2001:10:106:221:0:0:0:0 and mask :33:40,790 DEBUG ThreadManager-Default-4 c.c.s.p.h.newdatapacketnotificationhandler About to handle packet com.cisco.sdg.packet.model.datapacket@7d97c9b :33:40,790 INFO EventLogProcessor com.cisco.sdg.packet Sun Mar 12 05:33:40 UTC 2017 TX HELLO ACKED Sent keep alive packet acknowledgement to SDG Node IP :33:40,790 DEBUG ThreadManager-Default-4 c.c.s.p.h.udptcppacketsendhandler Done Sending packet on / and port 9991 and type TCP :33:40,790 DEBUG nioeventloopgroup-4-29 c.c.s.p.h.udptcppacketsendhandler Future DefaultChannelPromise@6dce43ad(success) completed with status true 12

13 Troubleshooting the Wide Area Bonjour Application Troubleshooting Using Keywords :33:40,792 INFO pool-2-thread-5 c.c.s.p.p.queryprocessorimpl OOPS! NO RESPONSES FOUND TO BE REPLIED :33:40,792 INFO pool-2-thread-5 c.c.s.p.p.queryprocessorimpl -- COMPLETED QUERY PROCESSING.- Unsuccessful Processing airplay announcement: The announcements did not match the source service-filter :43:50,384 INFO pool-1-thread-4 c.c.s.p.p.announcementprocessorimpl Matching policy for recieved announcement: servicetype _airplay._tcp.local. name RTP-ATV-2 mac address 6c:94:f8:f1:21:b :43:50,384 DEBUG pool-1-thread-4 c.c.s.r.engine.impl.policymatcher PolicyMatcher: Starting to get ALL matching rules :43:50,384 DEBUG pool-1-thread-4 c.c.s.r.engine.impl.policymatcher Policy Matcher Input [ip= , network= , mask=28, servicetype=_airplay._tcp.local.] :43:50,384 INFO pool-1-thread-5 c.c.s.p.p.announcementprocessorimpl --- GOT NEW ANNOUNCEMENT. STARTING PROCESSING Mar 12, :43:50 AM ch.maxant.rules.engine getmatchingrules INFO: unmatched: com.cisco.sdg.rule.engine.result.pod-5-atv-{ ( ( input.ip == ' ' input.network == ' ' input.mask == '28' ) ( input.ip == ' ' input.network == '2001:10:101:19:0:0:0:0' input.mask == '64' ) ) ( input.servicetype == '_raop._tcp.local.' input.servicetype == '_airplay._tcp.local.' ) } Mar 12, :43:50 AM ch.maxant.rules.engine getmatchingrules INFO: unmatched: com.cisco.sdg.rule.engine.result.pod-5-printer-{ ( ( input.ip == ' ' input.network == ' ' input.mask == '28' ) ( input.ip == ' ' input.network == '2001:10:101:77:0:0:0:0' input.mask == '64' ) ) ( input.servicetype == '_printer._tcp.local.' input.servicetype == '_ipps._tcp.local.' input.servicetype == '_ipp._tcp.local.' ) } :43:50,384 INFO pool-1-thread-4 c.c.s.r.engine.impl.policymatcher PolicyMatcher: ALL MATCHED RULES [] :43:50,384 INFO pool-1-thread-4 c.c.s.p.p.announcementprocessorimpl No matching policies for valid announcements found. DROPPING THE ANNOUNCEMENT :43:50,385 INFO pool-1-thread-4 c.c.s.p.p.announcementprocessorimpl COMPLETED ANNOUNCEMENT PROCESSING :43:50,385 INFO EventLogProcessor com.cisco.sdg.packet Sun Mar 12 05:43:50 UTC 2017 RX ANNOUNCEMENT DROPPED Dropped the announcement of service RTP-ATV-2 of type _airplay._tcp.local. as no policies matched for source IP , subnet and mask 28 From the above log, No service filters matches the announcement (the subnets did not match). Troubleshooting Using Keywords You can troubleshoot the Wide Area Bonjour application using the Linux grep command and specific keywords. To troubleshoot with these specific keywords, first open a Secure Shell (SSH) client and log into the host (physical or virtual) running the Cisco APIC-EM controller. When prompted, enter your Linux username ('grapevine') and password for SSH access. Once SSH access is established use the Linux grep command with the keywords described in the following table. 13

14 Troubleshooting Using Keywords Troubleshooting the Wide Area Bonjour Application Table 1: Troubleshooting Keywords Keyword QUERY ANNOUNCEMENT Command tail f {path to sdg-service.log} grep QUERY tail f {path to sdg-service.log} grep ANNOUNCEMENT Description This command and keyword can be used to troubleshoot what is happening with the queries being received by the Wide Area Bonjour application. You can identify which queries are being responded to, which are being dropped, and for what reason. This command and keyword can be used to troubleshoot what is happening with the announcements being received by the Wide Area Bonjour application. You can identify which announcements are being processed and cached, as well as which are being dropped and for what reason. 14

Upgrading the Cisco APIC-EM Deployment

Upgrading the Cisco APIC-EM Deployment Review the following sections in this chapter for information about upgrading to the latest Cisco APIC-EM version and verification. Using the GUI to Upgrade Cisco APIC-EM, page 1 Using the CLI to Upgrade

More information

Troubleshooting Cisco APIC-EM Multi-Host

Troubleshooting Cisco APIC-EM Multi-Host The following procedures may be used to troubleshoot a Cisco APIC-EM multi-host configuration: Changing the Settings in a Multi-Host Cluster, page 1 Removing a Single Host from a Multi-Host Cluster, page

More information

Service Discovery Gateway Deployment Guide, Cisco IOS-XE Release 3.3

Service Discovery Gateway Deployment Guide, Cisco IOS-XE Release 3.3 Service Discovery Gateway Deployment Guide, Cisco IOS-XE Release 3.3 Last Modified: January 25, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

Configuring CloudN using ESXi 5.0 or later (EST mode)

Configuring CloudN using ESXi 5.0 or later (EST mode) Configuring CloudN using ESXi 5.0 or later (EST mode) This document describes the step-by-step procedures to configure CloudN and Ubuntu server that will connect to external devices in access mode. CloudN

More information

Upgrading the Cisco APIC-EM Deployment

Upgrading the Cisco APIC-EM Deployment Review the following sections in this chapter for information about upgrading to the latest Cisco APIC-EM version and verification. Using the GUI to Upgrade Cisco APIC-EM, page 1 Using the CLI to Upgrade

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, on page 1 Virtual Machine Configuration Recommendations, on page 1 Configuring Resource Pools Using vsphere Web Client, on page 4 Configuring a Virtual

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, page 1 Virtual Machine Configuration Recommendations, page 1 Configuring Resource Pools Using vsphere Web Client, page 4 Configuring a Virtual Machine

More information

Service Discovery Gateway

Service Discovery Gateway The feature enables multicast Domain Name System (mdns) to operate across Layer 3 (L3) boundaries. An mdns gateway will be able to provide transport for service discovery across L3 boundaries by filtering,

More information

Release Notes for Cisco Application Policy Infrastructure Controller Enterprise Module, Release x

Release Notes for Cisco Application Policy Infrastructure Controller Enterprise Module, Release x Release s for Cisco Application Policy Infrastructure Controller Enterprise Module, Release 1.3.3.x First Published: 2017-02-10 Release s for Cisco Application Policy Infrastructure Controller Enterprise

More information

Service Discovery Gateway

Service Discovery Gateway The feature enables multicast Domain Name System (mdns) to operate across Layer 3 (L3) boundaries. An mdns gateway will be able to provide transport for service discovery across L3 boundaries by filtering,

More information

Cisco Wide Area Bonjour Solution Overview

Cisco Wide Area Bonjour Solution Overview , page 1 Topology Overview, page 2 About the Cisco Application Policy Infrastructure Controller Enterprise Module (APIC-EM), page 5 The Cisco Wide Area Bonjour solution is based on a distributed and hierarchical

More information

Configuring the Service Discovery Gateway

Configuring the Service Discovery Gateway Finding Feature Information, page 1 Restrictions for, page 1 Information about the Service Discovery Gateway and mdns, page 2 How to Configure the Service Discovery Gateway, page 5 Monitoring Service Discovery

More information

CounterACT 7.0. Quick Installation Guide for a Single Virtual CounterACT Appliance

CounterACT 7.0. Quick Installation Guide for a Single Virtual CounterACT Appliance CounterACT 7.0 Quick Installation Guide for a Single Virtual CounterACT Appliance Table of Contents Welcome to CounterACT Version 7.0... 3 Overview... 4 1. Create a Deployment Plan... 5 Decide Where to

More information

Troubleshooting Commands

Troubleshooting Commands Troubleshooting s The following commands are available to troubleshoot the Cisco APIC-EM: Root s, page 1 Client s, page 5 Root s The following tables in this section describe the commands that you can

More information

Infoblox Network Insight Integration with Cisco ACI

Infoblox Network Insight Integration with Cisco ACI DEPLOYMENT GUIDE Infoblox Network Insight Integration with Cisco ACI 2017 Infoblox Inc. All rights reserved. Infoblox Network Insight Integration with Cisco ACI October 2017 Page 1 of 17 Contents Introduction...

More information

CounterACT 7.0 Single CounterACT Appliance

CounterACT 7.0 Single CounterACT Appliance CounterACT 7.0 Single CounterACT Appliance Quick Installation Guide Table of Contents Welcome to CounterACT Version 7.0....3 Included in your CounterACT Package....3 Overview...4 1. Create a Deployment

More information

SECURITY+ LAB SERIES. Lab 3: Protocols and Default Network Ports Connecting to a Remote System

SECURITY+ LAB SERIES. Lab 3: Protocols and Default Network Ports Connecting to a Remote System SECURITY+ LAB SERIES Lab 3: Protocols and Default Network Ports Connecting to a Remote System Document Version: 2015-09-24 otherwise noted, is licensed under the Creative Commons Attribution 3.0 Unported

More information

Configuring the Cisco NAM 2220 Appliance

Configuring the Cisco NAM 2220 Appliance CHAPTER 5 This section describes how to configure the Cisco NAM 2220 appliance to establish network connectivity, configure IP parameters, and how to perform other required administrative tasks using the

More information

DHCP Server Port-Based Address Allocation

DHCP Server Port-Based Address Allocation The feature provides port-based address allocation support on the Cisco IOS Dynamic Host Configuration Protocol (DHCP) server for the Ethernet platform. The DHCP server provides address assignment support

More information

DHCP Client. Finding Feature Information. Restrictions for the DHCP Client

DHCP Client. Finding Feature Information. Restrictions for the DHCP Client The Cisco Dynamic Host Configuration Protocol (DHCP) Client feature allows a Cisco device to act as a host requesting configuration parameters, such as an IP address, from a DHCP server. Finding Feature

More information

Configuring Local Authentication and Authorization

Configuring Local Authentication and Authorization Configuring Local Authentication and Authorization Finding Feature Information, page 1 How to Configure Local Authentication and Authorization, page 1 Monitoring Local Authentication and Authorization,

More information

Error and Event Log Messages

Error and Event Log Messages APPENDIXA and Event Log Messages Client Messages Login Failed Clean Access Server is not properly configured, please report to your administrator. A login page must be added and present in the system in

More information

Lab I: Using tcpdump and Wireshark

Lab I: Using tcpdump and Wireshark Objectives To get the student familiar with basic network protocol analyzer, tools and equipment used in later labs, including tcpdump and Wireshark. Lab Readings Go to http://www.tcpdump.org/tcpdump_man.html

More information

IBM Security Guardium Cloud Deployment Guide AWS EC2

IBM Security Guardium Cloud Deployment Guide AWS EC2 IBM Security Guardium Cloud Deployment Guide AWS EC2 Getting the Public Guardium Images The official Guardium version 10.1.3 AMIs are listed publicly and are accessible to all other AWS accounts. To get

More information

WhatsConfigured v3.1 User Guide

WhatsConfigured v3.1 User Guide WhatsConfigured v3.1 User Guide Contents Table of Contents Welcome to WhatsConfigured v3.1 Finding more information and updates... 1 Sending feedback... 2 Deploying WhatsConfigured STEP 1: Prepare the

More information

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections:

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections: This chapter contains the following sections: Backing up the Monitoring Database in a Multi-Node Setup, page 1 Pinging the Hostname and IP Address, page 2 Viewing Tail Inframgr Logs, page 2 Collecting

More information

Configuring the Cisco TelePresence System

Configuring the Cisco TelePresence System 3 CHAPTER Revised: August 2011, Contents This chapter contains the following sections: First Time Setup Wizard for the CTS 500 32, page 3-1 First Time Setup for All Other CTS Models, page 3-2 IP Settings,

More information

Configuring the Cisco APIC-EM Settings

Configuring the Cisco APIC-EM Settings Logging into the Cisco APIC-EM, page 1 Quick Tour of the APIC-EM Graphical User Interface (GUI), page 2 Configuring the Prime Infrastructure Settings, page 3 Discovery Credentials, page 4 Security, page

More information

CS 457 Lecture 11 More IP Networking. Fall 2011

CS 457 Lecture 11 More IP Networking. Fall 2011 CS 457 Lecture 11 More IP Networking Fall 2011 IP datagram format IP protocol version number header length (bytes) type of data max number remaining hops (decremented at each router) upper layer protocol

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Configure the Cisco DNA Center Appliance

Configure the Cisco DNA Center Appliance Review Cisco DNA Center Configuration Wizard Parameters, page 1 Configure Cisco DNA Center Using the Wizard, page 5 Review Cisco DNA Center Configuration Wizard Parameters When Cisco DNA Center configuration

More information

Cisco DNA Service for Bonjour

Cisco DNA Service for Bonjour BRKCRS-2120 Cisco DNA Service for Bonjour Rahul Kachalia Sr. Technical Leader Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session in the Cisco

More information

Troubleshooting the Cisco APIC-EM

Troubleshooting the Cisco APIC-EM Cisco APIC-EM Components and Architecture, page 1 Troubleshooting an Unsuccessful Installation, page 4 Troubleshooting the Configuration, page 9 Troubleshooting Services, page 13 Troubleshooting Passwords,

More information

IBM Security Guardium Cloud Deployment Guide IBM SoftLayer

IBM Security Guardium Cloud Deployment Guide IBM SoftLayer IBM Security Guardium Cloud Deployment Guide IBM SoftLayer Deployment Procedure: 1. Navigate to https://control.softlayer.com 2. Log into your SoftLayer account 3. Using the SoftLayer menu, navigate to

More information

Cisco CSPC 2.7x. Configure CSPC Appliance via CLI. Feb 2018

Cisco CSPC 2.7x. Configure CSPC Appliance via CLI. Feb 2018 Cisco CSPC 2.7x Configure CSPC Appliance via CLI Feb 2018 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5 Contents Table of Contents 1. CONFIGURE CSPC

More information

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0)

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) Installation and Configuration Guide: UDP Director VE v6.9.0 2016 Cisco Systems, Inc. All rights reserved.

More information

Managing the Cisco APIC-EM and Applications

Managing the Cisco APIC-EM and Applications Managing Cisco APIC-EM Using the GUI, page 1 Cisco APIC-EM Application Separation, page 1 Information about Backing Up and Restoring the Cisco APIC-EM, page 4 Updating the Cisco APIC-EM Software, page

More information

TECHNICAL NOTE CLEARPASS PROFILING QUICK START GUIDE

TECHNICAL NOTE CLEARPASS PROFILING QUICK START GUIDE TECHNICAL NOTE CLEARPASS PROFILING QUICK START GUIDE REVISION HISTORY Revised By Date Changes Dennis Boas Aug 2016 Version 1 initial release 1344 CROSSMAN AVE SUNNYVALE, CA 94089 1.866.55.ARUBA T: 1.408.227.4500

More information

Mininet/Openflow. Objectives. Network Topology. You will need a Number

Mininet/Openflow. Objectives. Network Topology. You will need a Number Mininet/Openflow Objectives In this lab, you will start by learning the basics of running Mininet in a virtual machine. Mininet facilitates creating and manipulating Software Defined Networking components.

More information

Implementing Infoblox Data Connector 2.0

Implementing Infoblox Data Connector 2.0 DEPLOYMENT GUIDE Implementing Infoblox Data Connector 2.0 2017 Infoblox Inc. All rights reserved. Implementing Infoblox Data Connector, July 2017 Page 1 of 31 Contents Overview... 3 Prerequisites... 3

More information

Software Upgrade Online Help

Software Upgrade Online Help Welcome! Digital Lightwave, Inc. is pleased to present the Network Information Computer (NIC) Software Upgrade Online Help To view and select topics, press the folder icons and topics on the left. Have

More information

Using Shell Commands

Using Shell Commands This chapter contains the following sections: General Administration, page 1 Working with Databases, page 9 Importing Certificates, page 13 Accessing Root Privileges, page 14 Using a Multi-Node Setup,

More information

UDP Director Virtual Edition

UDP Director Virtual Edition UDP Director Virtual Edition (also known as FlowReplicator VE) Installation and Configuration Guide (for StealthWatch System v6.7.0) Installation and Configuration Guide: UDP Director VE v6.7.0 2015 Lancope,

More information

Deploy ERSPAN with the ExtraHop Discover Appliance and Brocade 5600 vrouter in AWS

Deploy ERSPAN with the ExtraHop Discover Appliance and Brocade 5600 vrouter in AWS Deploy ERSPAN with the ExtraHop Discover Appliance and Brocade 5600 vrouter in AWS Published: 2018-07-06 This guide explains how to install and con#gure an example environment within Amazon Web Services

More information

Infoblox Authenticated DHCP

Infoblox Authenticated DHCP Infoblox Authenticated DHCP Unified Visitor Management amigopod Technical Note Revision 1.1 5 July 2010 United States of America +1 (888) 590-0882 Europe, Middle East & Asia +34 91 766 57 22 Australia

More information

UCS IPv6 Management Configuration Example

UCS IPv6 Management Configuration Example UCS IPv6 Management Configuration Example Document ID: 118784 Contributed by Padmanabhan Ramaswamy and Shankar Prasath, Cisco TAC Engineers. Mar 06, 2015 Contents Introduction Prerequisites Requirements

More information

DHCP Server Port-Based Address Allocation

DHCP Server Port-Based Address Allocation DHCP Server Port-Based Address Allocation Finding Feature Information DHCP Server Port-Based Address Allocation Last Updated: July 04, 2011 First Published: June 4, 2010 Last Updated: Sept 9, 2010 The

More information

Aruba VIA for Mobility Master

Aruba VIA for Mobility Master Aruba VIA 3.0.0 for Mobility Master a Hewlett Packard Enterprise company User Guide Copyright Information Copyright 2016 Hewlett Packard Enterprise Development LP. Open Source Code This product includes

More information

Hollins University VPN

Hollins University VPN Hollins University VPN Hollins is now using Palo Alto for its network security and VPN gateway. You will need to install the new VPN client called GlobalProtect to gain access to the Hollins network remotely.

More information

Configuring the Switch for Access Point Discovery

Configuring the Switch for Access Point Discovery Configuring the Switch for Access Point Discovery Finding Feature Information, on page 1 Prerequisites for, on page 1 Restrictions for, on page 2 Information About, on page 2 How to Configure Access Point

More information

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Version 1.0 Note Before using this information and the product it supports, read the information in Appendix A Notices on

More information

Configuring Cisco TelePresence Manager

Configuring Cisco TelePresence Manager CHAPTER 3 Revised: November 27, 2006, First Published: November 27, 2006 Contents Introduction, page 3-1 System Configuration Tasks, page 3-2 Security Settings, page 3-3 Database, page 3-4 Room Phone UI,

More information

WhatsConnected v3.5 User Guide

WhatsConnected v3.5 User Guide WhatsConnected v3.5 User Guide Contents Table of Contents Welcome to WhatsConnected Finding more information and updates... 5 Installing and Configuring WhatsConnected System requirements... 6 Installation

More information

ETI/Domo. English. ETI-Domo Config EN

ETI/Domo. English.  ETI-Domo Config EN ETI/Domo 24810140 www.bpt.it EN English ETI-Domo Config 24810140 EN 29-07-14 PC Setup Before proceeding with the full system setup, it is necessary to set up the PC so that it is ready to interface correctly

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

More information

Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM

Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM This lab has been updated for use on NETLAB+ Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces.

More information

DHCP Server RADIUS Proxy

DHCP Server RADIUS Proxy The Dynamic Host Configuration Protocol (DHCP) Server RADIUS Proxy is a RADIUS-based address assignment mechanism in which a DHCP server authorizes remote clients and allocates addresses based on replies

More information

Configuring ARP CHAPTER 5

Configuring ARP CHAPTER 5 CHAPTER 5 This chapter describes how the Address Resolution Protocol (ARP) on the Cisco 4700 Series Application Control Engine (ACE) appliance can manage and learn the mapping of IP to Media Access Control

More information

Configuring Web Server Devices

Configuring Web Server Devices CHAPTER 13 To use web logging with MARS, you need to configure the host, the webserver, and MARS. MARS can process up to 100 MB of web log data per receive from your host. Web logging is only supported

More information

Spreedbox Getting Started Guide

Spreedbox Getting Started Guide Spreedbox Getting Started Guide Last Updated: September 2017 CONTENTS 1. Introduction... 3 2. Prerequisites... 4 3. Opening the box... 5 4. USB Manual, Quick Start Guide & MAC Sticker... 6 5. International

More information

Multicast VLAN, page 1 Passive Clients, page 2 Dynamic Anchoring for Clients with Static IP Addresses, page 5

Multicast VLAN, page 1 Passive Clients, page 2 Dynamic Anchoring for Clients with Static IP Addresses, page 5 Multicast VLAN, page 1 Passive Clients, page 2 Dynamic Anchoring for Clients with Static IP Addresses, page 5 Multicast VLAN Information About Multicast Optimization Prior to the 7.0.116.0 release, multicast

More information

Deploy the ExtraHop Trace 6150 Appliance

Deploy the ExtraHop Trace 6150 Appliance Deploy the ExtraHop Trace 6150 Appliance Published: 2018-04-20 This guide explains how to install the rack-mounted ETA 6150 ExtraHop Trace appliances. System requirements This guide explains how to install

More information

RADIUS Change of Authorization

RADIUS Change of Authorization The (CoA) feature provides a mechanism to change the attributes of an authentication, authorization, and accounting (AAA) session after it is authenticated. When a policy changes for a user or user group

More information

HP IDOL Site Admin. Software Version: Installation Guide

HP IDOL Site Admin. Software Version: Installation Guide HP IDOL Site Admin Software Version: 10.9 Installation Guide Document Release Date: March 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties for HP products and services

More information

Installing Cisco APIC-EM on a Virtual Machine

Installing Cisco APIC-EM on a Virtual Machine About the Virtual Machine Installation, page 1 System Requirements Virtual Machine, page 2 Pre-Install Checklists, page 4 Cisco APIC-EM Ports Reference, page 7 Verifying the Cisco ISO Image, page 8 Installing

More information

Installation of Cisco HCM-F

Installation of Cisco HCM-F CHAPTER 2 This chapter includes information about installing and configuring Cisco HCM-F. The HCM-F installation is new for Cisco HCS 8.6(2) and introduces new functionality that is used by service fulfillment

More information

VMware AirWatch Epson Printer Integration Guide Using Epson printers with Workspace ONE UEM

VMware AirWatch Epson Printer Integration Guide Using Epson printers with Workspace ONE UEM VMware AirWatch Epson Printer Integration Guide Using Epson printers with Workspace ONE UEM Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the

More information

EnhancedEndpointTracker Documentation

EnhancedEndpointTracker Documentation EnhancedEndpointTracker Documentation Release 1.0 agccie Jul 23, 2018 Contents: 1 Introduction 1 2 Install 3 2.1 ACI Application............................................. 3 2.2 Standalone Application.........................................

More information

Remote Monitoring. Remote Monitoring Overview

Remote Monitoring. Remote Monitoring Overview Overview, page 1 Access Web Page, page 2 Control Web Page Access, page 3 Device Information Area, page 3 Network Configuration Area, page 4 Ethernet Information Area, page 7 Device Logs Area, page 9 Streaming

More information

Match-in-VRF Support for NAT

Match-in-VRF Support for NAT The feature supports Network Address Translation (NAT) of packets that communicate between two hosts within the same VPN routing and forwarding (VRF) instance. In intra-vpn NAT, both the local and global

More information

Cisco Unified Operating System Administration Web Interface

Cisco Unified Operating System Administration Web Interface Cisco Unified Operating System Administration Web Interface ServerGroup, page 1 Hardware, page 2 Network Configuration, page 3 Software Packages, page 4 System, page 5 IP Preferences, page 6 Ethernet Configuration,

More information

Cisco Unified Operating System Administration Web Interface for Cisco Emergency Responder

Cisco Unified Operating System Administration Web Interface for Cisco Emergency Responder Cisco Unified Operating System Administration Web Interface for Cisco Emergency Responder These topics describe the Cisco Unified Operating System (OS) Administration web interface for Cisco Emergency

More information

Platform Administration

Platform Administration CHAPTER 6 Cisco provides these tools to manage the Cisco MobilityManager server platform: Cisco IPT web pages that provide complete platform administration functions. Command Line Interface (CLI) that

More information

Interconnecting Networks with TCP/IP. 2000, Cisco Systems, Inc. 8-1

Interconnecting Networks with TCP/IP. 2000, Cisco Systems, Inc. 8-1 Interconnecting Networks with TCP/IP 2000, Cisco Systems, Inc. 8-1 Objectives Upon completion of this chapter you will be able to perform the following tasks: Identify the IP protocol stack, its protocol

More information

Remote Access to Unix Machines

Remote Access to Unix Machines Remote Access to Unix Machines Alvin R. Lebeck Department of Computer Science Department of Electrical and Computer Engineering Duke University Overview We are using OIT Linux machines for some homework

More information

Deploy the ExtraHop Explore 5100 Appliance

Deploy the ExtraHop Explore 5100 Appliance Deploy the ExtraHop Explore 5100 Appliance Published: 2018-09-25 In this guide, you will learn how to configure the rack-mounted EXA 5100 ExtraHop Explore appliance and to join multiple Explore appliances

More information

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0 ForeScout CounterACT Single CounterACT Appliance Version 8.0 Table of Contents Welcome to CounterACT Version 8.0... 4 CounterACT Package Contents... 4 Overview... 5 1. Create a Deployment Plan... 6 Decide

More information

Installation Guide. Tandberg Data DPS1000 Series Model: DPS1100 and DPS1200, Release: 1.3

Installation Guide. Tandberg Data DPS1000 Series Model: DPS1100 and DPS1200, Release: 1.3 Installation Guide Tandberg Data DPS1000 Series Model: DPS1100 and DPS1200, Release: 1.3 Contents Preface.......................................................................v About this guide..............................................................

More information

Configure AnyConnect Secure Mobility Client using One-Time Password (OTP) for Twofactor Authentication on an ASA

Configure AnyConnect Secure Mobility Client using One-Time Password (OTP) for Twofactor Authentication on an ASA Configure AnyConnect Secure Mobility Client using One-Time Password (OTP) for Twofactor Authentication on an ASA Contents Introduction Prerequisites Requirements Components Used Background Information

More information

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi)

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) Revised: November, 2013 Contents Overview, page 1 Guidelines and Limitations, page 1 Prerequisites, page 2 Installation

More information

Cisco Asa 5505 Reset Factory Default Command Line

Cisco Asa 5505 Reset Factory Default Command Line Cisco Asa 5505 Reset Factory Default Command Line Cisco : Reset ASA OS to factory default. By Kaven G. Platform ASA5505. Use BREAK or And you will end up with the following command prompt : Console. The

More information

NETCONF Client GUI. Client Application Files APPENDIX

NETCONF Client GUI. Client Application Files APPENDIX APPENDIX B The NETCONF client is a simple GUI client application that can be used to understand the implementation of the NETCONF protocol in Cisco E-DI. This appendix includes the following information:

More information

Agility2018-TCPdump Documentation

Agility2018-TCPdump Documentation Agility2018-TCPdump Documentation Release.01 David Larsen Aug 10, 2018 Switches 1 F5 tcpdump and Wireshark 3 1.1 tcpdump Switches............................................ 3 1.2 tcpdump Filters..............................................

More information

Forescout. Configuration Guide. Version 3.5

Forescout. Configuration Guide. Version 3.5 Forescout Version 3.5 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 This guide will help you download and install IBM Db2 software, Data

More information

KACE Systems Deployment Appliance 5.0. Administrator Guide

KACE Systems Deployment Appliance 5.0. Administrator Guide KACE Systems Deployment Appliance 5.0 Administrator Guide Table of Contents About the KACE Systems Deployment Appliance...10 Getting started... 11 Tasks for getting started using the KACE SDA... 11 About

More information

Monitoring the Cisco Unified IP Phone Remotely

Monitoring the Cisco Unified IP Phone Remotely CHAPTER 8 Each Cisco Unified IP Phone has a web page from which you can view a variety of information about the phone, including: Device information Network configuration information Network statistics

More information

So What is WireShark?

So What is WireShark? Drinking from the network hose So What is WireShark? Packet sniffer/protocol analyzer Open Source Network Tool Latest version of the ethereal tool 1 Source: www.fcc.gov A packet is a chunk of data enclosed

More information

EveryonePrint. Mobile Gateway 4.2. Installation Guide. EveryonePrint Mobile Gateway Installation Guide Page 1 of 30

EveryonePrint. Mobile Gateway 4.2. Installation Guide. EveryonePrint Mobile Gateway Installation Guide Page 1 of 30 EveryonePrint Mobile Gateway 4.2 Installation Guide EveryonePrint Mobile Gateway Installation Guide 2016.09.01 Page 1 of 30 1. Introduction... 3 1.1 Multiple networks (using Multicast Bonjour AirPrint)...

More information

Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide

Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Configuring ARP CHAPTER4

Configuring ARP CHAPTER4 CHAPTER4 This chapter describes how the Address Resolution Protocol (ARP) on the ACE can manage and learn the mapping of IP to Media Access Control (MAC) information to forward and transmit packets. The

More information

Nasuni Desktop Client User Guide

Nasuni Desktop Client User Guide Nasuni combines the best features of consumer file-sharing applications with the secure and robust storage infrastructure that enterprises demand. The Nasuni Desktop Client provides an easy-to-use, enterprise-friendly

More information

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard ScopTEL TM IP PBX Software DNS Server Configuration Wizard Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface

More information

Clearswift SECURE Exchange Gateway Installation & Setup Guide. Version 1.0

Clearswift SECURE Exchange Gateway Installation & Setup Guide. Version 1.0 Clearswift SECURE Exchange Gateway Installation & Setup Guide Version 1.0 Copyright Revision 1.0, December, 2013 Published by Clearswift Ltd. 1995 2013 Clearswift Ltd. All rights reserved. The materials

More information

Lab Configuring and Verifying Extended ACLs Topology

Lab Configuring and Verifying Extended ACLs Topology Topology 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.10.1

More information

DevNet Sandbox UC Manager 11.0 and Presence

DevNet Sandbox UC Manager 11.0 and Presence DevNet Sandbox UC Manager 11.0 and Presence Lab User Guide Joseph Kearns Cisco DevNet Sandbox Contents 1 Introduction... 3 2 Reserving the lab... 3 3 Connecting to your Sandbox Servers... 4 4 Main Topology

More information

Managing GSS User Accounts Through a TACACS+ Server

Managing GSS User Accounts Through a TACACS+ Server CHAPTER 4 Managing GSS User Accounts Through a TACACS+ Server This chapter describes how to configure the GSS, primary GSSM, or standby GSSM as a client of a Terminal Access Controller Access Control System

More information

Firewall Stateful Inspection of ICMP

Firewall Stateful Inspection of ICMP The feature categorizes Internet Control Management Protocol Version 4 (ICMPv4) messages as either malicious or benign. The firewall uses stateful inspection to trust benign ICMPv4 messages that are generated

More information