RIPE Database Query Reference Manual

Size: px
Start display at page:

Download "RIPE Database Query Reference Manual"

Transcription

1 RIPE Database Query Reference Manual Abstract This dcument describes hw queries wrk in the current versin f the RIPE Database. This versin uses the Ruting Plicy Specificatin Language (RPSL) [1] t represent many f the database bjects. It uses the Ruting Plicy System Security (RPSS) [2] fr authrisatin. This means better security fr Internet Ruting Registries (IRR). It makes use f RPSL next generatin specificatins [14]. Thugh this dcument is self-cntained, yu may als wish t read the RPSL [1] and RPSS [2] specificatins. Fr a tutrial n RPSL, yu can read the RPSL applicatins dcument [3]. Yu may als want t read the RIPE Database Update Reference Manual [19]. It explains hw updates wrk in the RIPE Database. There is als a single page Whis Queries Reference Card [18]. Intended Audience This reference manual is fr casual and advanced users wh query the RIPE Database. If yu are new t this database, yu might find the RIPE Database User Manual Getting Started [5] t be a mre helpful place t start. Cnventins Used in This Dcument We use <label> fr a placehlder r t indicate syntax. We use [ptin] t indicate an ptinal text r cmmand We use a bld fnt t indicate an bject type. We use attribute: t indicate an attribute f an bject. RIPE Database usually means the user interface rather than the infrmatin in the database. Where there may be any dubt, this manual will make clear what is being discussed. Table f Cntents RIPE Database Query Reference Manual Abstract Intended Audience Cnventins Used in This Dcument Table f Cntents Intrductin 1.0 Database Objects and Attributes 2.0 Querying the RIPE Database 2.1 Queries Using Primary and Lkup Keys 2.2 Queries fr IP Netwrks Default Queries fr IP Netwrks Exact Match Queries RIPE Database Query Manual, Sftware Versin 1.75

2 2.2.3 Mre and Less Specific Queries Mre Specific Queries Less Specific Queries Less Specific Queries Referencing irt Objects 2.3 Queries fr Autnmus Systems 2.4 Inverse Queries 2.5 Abuse Cntacts 2.6 Gruping the RIPE Database Output 2.7 Filtering the RIPE Database Output 2.8 Query Supprt fr Tls IRRTlset Supprt Persistent Cnnectins and Keeping State 2.9 Getting All the Members f Set Objects 2.10 Mre and Less Specific Lkups Fr Reverse Dmains 2.11 Access Cntrl fr Queries 2.12 Other Server Features RIPE NCC Mirrrs f Other Databases The " q" Query Flag The -t Query Flag The -v Query Flag The -F Query Flag The -K Query Flag The -T Query Flag The -a Query Flag Tables f Query Types Supprted by the RIPE Database Appendices Table 2.1 Queries Using Primary and Lkup Keys Table 2.2 Queries Fr IP Netwrks Table 2.3 Query Flag Arguments t the "-i" Query Flag and the Crrespnding Inverse Keys Table 2.4 Query Supprt Fr Tls Table 2.5 Miscellaneus Queries Table 2.6 Infrmatinal Queries A1. RIPE Database Query Server Respnse Cdes and Messages A1.1 Query Errrs A1.2 Access Errrs A1.3 Cnnectin Errrs A1.4 NRTM Errrs A1.5 Warnings RIPE Database Query Manual, Sftware Versin 1.75

3 A2. Cpyright Infrmatin A2.1 RIPE Database Cpyright A2.2 RIPE NCC Cpyright Acknwledgements References Intrductin The RIPE Netwrk Management Database (ften called the RIPE Database ) cntains infrmatin abut IP address space allcatins and assignments, ruting plicies, reverse delegatins and cntacts in the RIPE NCC service regin [16]. The data itself is a mix f registry infrmatin entered and maintained by the RIPE NCC and related data entered and maintained by RIPE NCC members and ther users. While the infrmatin in the RIPE Database is made freely available t the public, it is subject t the RIPE Database Terms and Cnditins [22]. 1.0 Database Objects and Attributes The RIPE Database cntains recrds f: Allcatins and assignments f IP address space (the IP address registry) Reverse dmain registratins Ruting plicy infrmatin (the Internet Ruting Registry) Cntact infrmatin - details f peple wh are registered as the cntacts fr the Internet number resurces used in the peratin f netwrks r ruters and their rganisatins The RIPE NCC maintains the Internet number resurces in the database that are allcated r assigned by the RIPE NCC. These resurce bjects are tagged as RIPE-REGISTRY-RESOURCE. Fr ther resurce bjects tagged as RIPE-USER-RESOURCE, the registered cntacts (Registrants) and the hlders f the referenced mntner bjects maintain this data. A database bject is defined in RPSL as a list f attribute-value pairs in plain text frm. Attributes can be mandatry, ptinal r generated. Mandatry attributes will always be present in an instance f an bject. Optinal attributes may be present if cnsidered necessary r useful by the creatr f the bject r if required by the business rules in the sftware. Generated attributes can be included by the creatr f the bject, but their values will always be checked and included, when necessary, by the database sftware. The attributes are indexed in a number f ways t allw the queries t search the database. An attribute can be a primary key, lkup key, inverse key, r a cmbinatin f these, r a part f ne f these. The characteristics f an attribute are determined by the type f bject the attribute appears in. These are shwn fr each bject in the bject templates. They can be listed using the query: whis t <bject-type> There is als a detailed descriptin available by querying: whis v <bject-type> 2.0 Querying the RIPE Database RIPE Database Query Manual, Sftware Versin 1.75

4 This sectin describes hw yu can find infrmatin by querying the RIPE Database. We describe the general frmat f a query and the query flags that yu can use t change the default behaviur f a query. We als describe hw the database server autmatically tracks query respnses and limits hw much cntact infrmatin yu can take frm the RIPE Database. We d this t reduce the chance that smene will use the database t send spam s t addresses that they find. There are fur ways t query the database: Using a whis client running the whis prtcl [12] Using the web interface frm the RIPE NCC website [20] Using telnet t prt 43 f the whis.ripe.net hst Using the REST API running at rest.db.ripe.net There is a set f general rules abut server respnses: The same respnse will be returned frm the server fr each f these fur methds. Output lines starting with the % sign are either a server respnse cde r server messages (a cmment, infrmatin message r an errr with descriptin). A message cntains a white space after the % sign, while a server respnse cde line starts right after the % sign. See Appendix A2, RIPE Database Query Server Respnse Cdes and Messages fr mre infrmatin. D nt write scripts t parse the messages. The text is subject t change at any time. A database bject in the utput is terminated by an empty line. This is a line cntaining nly a newline character (\n). Tw empty lines, each cntaining nly a newline character (\n), mean the end f a server respnse. The general frmat f a query is: [ptinal query flags] <query argument> The frmat f a query flag is: -shrt_query_flag [ptinal query flag argument] r --lng_query_flag [ptinal query flag argument] Yu may list each query flag separately, as in: -B i tech-c --n-gruping ABC999-RIPE Yu can als grup tgether shrt query flags. In this case, nly the last flag in a list may have a flag argument, as in: -Bi tech-c --n-gruping ABC999-RIPE Yu can find a list f query flags and query flag arguments in Tables 2.1 t Queries Using Primary and Lkup Keys Mst queries use the primary and lkup keys f an bject as an argument t the query. Yu can find a list f these queries in Table 2.1 at the end f this sectin. 2.2 Queries fr IP Netwrks The RIPE Database prvides infrmatin abut IP netwrks allcated r assigned within the RIPE NCC service regin [16]. This infrmatin is mainly stred as inetnum, inet6num, rute and rute6 bjects. These bjects stre infrmatin abut a single IP address r ranges f addresses. RIPE Database Query Manual, Sftware Versin 1.75

5 The rute and rute6 bjects use prefix ntatin t specify the single address r range f addresses abut which they cntain infrmatin. Prefix ntatin specifies ranges using tw parts: the prefix and its length. Fr IPv4, the prefix is a 32-bit integer written in dtted quad ntatin with the value f the lwest IP address in the range. The prefix length is a whle number in the range 0-32 (fr example /22 specifies the range f 1024 IPv4 addresses starting with, and including, ). Fr IPv6 address ranges, the prefix length must be in the range and is a 128-bit whle number, written in hexadecimal grups f tw bytes separated by clns and with the pssible use f shrthand ntatin fr strings f cnsecutive 0s. The inetnum bjects represent an IPv4 address space in range ntatin where the range is explicitly specified as tw 32-bit whle numbers written in dtted quad ntatin separated by a dash (fr example , this is the same range as in the abve example). The inet6num bjects represent IPv6 address space. Only the standard IPv6 prefix ntatin is allwed (as described abve). When yu query the database fr infrmatin abut IP addresses, yu can specify query arguments as search keys with the fllwing ntatins: A prefix (this has the same meaning as abve). An explicit range (als as abve). A single IP number. This is interpreted as a range f just ne address fr IPv4 r a prefix length f ne fr IPv6. Fr IPv4 address space, the query argument can be specified with either prefix r range ntatin. When prefix ntatin is used, the server sftware cnverts this int range ntatin befre it executes the query. An infrmatin message is included in the server utput shwing the cnversins perfrmed. Fr IPv6 address space, the query argument can nly be specified in prefix ntatin. Yu can find a list f queries fr IP netwrks in Table 2.2 at the end f this sectin. The rest f this sectin describes hw yu can retrieve different types f infrmatin relative t a particular range f IP addresses. We use three terms in these types f queries. These are all defined relative t the specified (reference) range: An exact match refers t a range that is identical t the reference range. A mre specific range is cntained within the reference range and is smaller. It cntains fewer IP addresses than the reference range. We als call this a sub range. A less specific range cntains the whle f the reference range and is bigger. It has a greater number f IP addresses than the reference range. We als call this an encmpassing range Default Queries fr IP Netwrks If yu d nt specify a query flag, and yur query argument is a range f IP addresses in any ne ntatin, the RIPE Database server will try t find an exact match fr that range. If fund, the exact match is returned. If an exact match cannt be fund, the server lks fr the smallest less specific range. This will be the smallest existing, encmpassing range Exact Match Queries If yu want t change the default behaviur, s that the server returns nly an exact match, yu need t use the x query flag. This flag stps the server frm lking fr any less specific ranges if n exact match exists, nt even the smallest encmpassing range will be returned Mre and Less Specific Queries RIPE Database Query Manual, Sftware Versin 1.75

6 If the exact match is nt the infrmatin yu wanted, yu can mdify the infrmatin returned by the database server, by using ne f these query flags which prvide tw generic types f queries knwn as mre and less specific queries: -M, -m, -L and -l Mre Specific Queries These refer t queries qualified by the use f the -M and -m query flags. These will return infrmatin abut ranges f IP addresses that are fully cntained in the usersupplied reference range and cntain fewer addresses. Mre specific queries d nt return the exact match. -M - requests that the server shuld return all the sub-ranges cmpletely cntained within the reference range. When there are hierarchies f sub-ranges, all f these will be returned dwn t the smallest sub-ranges. -m - requests that the server shuld return all sub-ranges that are cmpletely cntained within the reference range. When there are hierarchies f sub-ranges, nly the tp level f the hierarchies will be returned. These are usually called ne level mre specific ranges Less Specific Queries These refer t queries qualified by the use f the -L and -l query flags. These will return infrmatin abut ranges f IP addresses that fully cntain the user-supplied reference range and may cntain a greater number f addresses. -L - requests that the server returns the exact match, if any, and all encmpassing ranges that are bigger than the reference range and that fully cntain it. -l - requests that the server des NOT return the exact match. It returns nly the smallest f the encmpassing ranges that is bigger than the reference range and that fully cntains it. This is usually referred t as the ne level less specific range Less Specific Queries Referencing irt Objects In this sectin, inet(6)num is used t mean inetnum r inet6num. This is t make the text clearer. An irt bject represents a Cmputer Security Incident Respnse Team (CSIRT). It includes cntact and security infrmatin. It is ptinally referenced frm inet(6)num bjects using the mnt-irt: attribute (even thugh the irt bject is nt a mntner). This shws which CSIRT is respnsible fr handling cmputer and netwrk incidents fr that address range. A reference t an irt bject des nt apply nly t the inet(6)num bject that cntains the reference. It als applies t all the inet(6)num bjects that are mre specific t the ne cntaining the reference. Nt every inet(6)num bject needs t cntain a reference t the irt bject. The irt reference nly needs t be placed in the least specific encmpassing bject t apply t a whle hierarchy f bjects. This makes it easier t apply and maintain. There may be mre than ne inet(6)num bject in a hierarchy referencing an irt bject. In this case, the ne referenced frm the smallest encmpassing bject is the ne that applies t the range in questin. There is a -c query flag t make it easy t find the inet(6)num bject cntaining the reference t an irt bject fr any specific range. This flag makes the server search up the hierarchy frm the range specified as the query The search will stp when the first bject is fund cntaining a reference t an irt bject. This can either be the specified range r an encmpassing inet(6)num bject. The query will return the inet(6)num bject fund fr the specified range. The irt bject will als be returned alng with the usual cntact data bjects. RIPE Database Query Manual, Sftware Versin 1.75

7 Smetimes, n inet(6)num bject is fund in the hierarchy cntaining a reference t an irt bject. In this the query will return nly the inet(6)num bject fund fr the specified range. 2.3 Queries fr Autnmus Systems AS numbers can be either 32-bit r 16-bit. They are bth described by a 32-bit number. Frm the pint f view f the RIPE Database there is n difference. The difference is mainly histrical. 2.4 Inverse Queries Inverse queries are perfrmed using an bject s inverse key as an argument t a query. The query flag -i (r --inverse) must als be specified with apprpriate query flag arguments. Inverse keys are defined in the templates f the RIPE Database bjects. These can be listed using the query: whis t <bject type> Table 2.3, at the end f this sectin, gives a cmplete listing f the inverse query flag arguments. By perfrming this type f query, the user requests all bjects t be returned by the database that reference the specified query argument in the attribute(s) specified in the query flag arguments. As an example: whis -i admin-c <nic-handle> will return all bjects where the admin-c: attribute cntains the <nic-handle> specified as the query Yu can specify several query flag arguments t request searches against several attributes in bjects. If yu want t d this, the query flag arguments shuld be entered as a cmma-separated list with n white spaces. All the attributes searched must cntain the same type f value. In ther wrds, all the values must be maintainers r nic-handles r ne f the ther values listed in Table 2.3. As an example: whis --inverse mb,mnt-lwer <mntner name> will return all bjects where the mnt-by: r the mnt-lwer: attributes cntain the <mntner name> specified as the query 2.5 Abuse Cntacts There are many attributes in bjects within the RIPE Database cntaining addresses. These addresses cver a number f functins. A grwing cncern t engineers and administratrs that maintain netwrks is receiving spam and abuse cmplaints that are sent t every address displayed. This will get the message t the right persn, but it als causes mre spam and abuse t peple wh are nt respnsible fr slving these prblems. T slve this issue, an abuse-c:" attribute is available in the rganisatin bject. This ptinal attribute references a rle bject which is required t cntain an ptinal abus bx: attribute. Any Internet resurce bject (inetnum, inet6num, aut-num) that references this rganisatin bject is then cvered by this abuse address. By default, any query fr an Internet resurce bject will return the related abuse address. This appears in the query utput as a cmment line (starting with the % characters). There is als a -b query flag t find the abus bx: attributes fr any specific range. It returns the resurce primary key with any abuse cntact address fund. Als the prefix f any crrespnding rute r rute6 bjects, fllwed by the abus bx: attributes. If n abuse cntact is fund in any encmpassing bjects then n bject summaries will be returned. RIPE Database Query Manual, Sftware Versin 1.75

8 A cmplaint will nt be handled any quicker by cpying yur message t any ther address fund in the database. The -b query flag cannt be used with many ther query flags. 2.6 Gruping the RIPE Database Output There are tw ways t rder the results f a query. One way is fr the first part f the results t list the primary bjects like inetnum and mntner. Then the secnd part f the results lists all the secndary bjects assciated with the primary bjects, like rganisatin and persn. If any f these secndary bjects are referenced by mre than ne f the returned bjects, it will nly be listed nce in the returned results. The ther way is t grup the returned bjects t shw the assciatin between the primary and secndary bjects. In this way, each f the primary bjects is fllwed immediately by all f its secndary bjects. The secndary bjects may appear mre than nce in this type f utput. The default utput is gruped. If yu include the -G r --n-gruping query flag then the utput will nt be gruped. 2.7 Filtering the RIPE Database Output A filtering prcess restricts sme data frm default query results. This applies t cntact data. When a user is searching fr abuse cntact data, they smetimes take all addresses fund in all bjects returned frm a query. This may include the crrect address. Hwever, it ften als includes many ther addresses fr peple wh are nt respnsible fr handling such cmplaints. T help vercme this issue, sme attributes cntaining addresses are filtered ut f the default utput. One exceptin t this is where a rle bject includes an abus bx: attribute. The abuse address is never filtered. If yu include the -B r --n-filtering query flag then the utput will nt be filtered When any attribute has been filtered ut f an bject in the query results returned t the user, a Nte: is added t the utput t warn the user. In additin, the surce: attribute f each filtered bject will have a cmment added t the end f the line saying # Filtered. If this filtered utput is cut and pasted int an update message, including this end f line cmment n the surce: attribute, the update will fail. This is because sme mandatry attributes will be missing and the surce: will nt be recgnised. Filtered utput can therefre nt be accidentally used fr updates. The MD5 hash in the auth: attribute f mntner bjects is always filtered when these bjects are queried. This filtering cannt be turned ff with any query flags. The nly way t see an unfiltered mntner bject is t query it fr update in the Webupdates frm and enter a valid passwrd fr the bject. 2.8 Query Supprt fr Tls There are several query types in the RIPE Whis Server that supprt varius client tls. Other whis clients can als use these IRRTlset Supprt The IRRTlset [6] is a third party suite f ruting plicy analysis tls. Sme f the tls in this set access Ruting Registry servers thrugh an authrisatin whis interface. The RIPE Database Server includes supprt fr these query types. This sectin describes the additins t the RIPE Database user interface that allw it t supprt the IRRTlset. The required queries are: Return the prefixes f all rute and rute6 bjects with a specified rigin Return nly the primary keys f the rute and rute6 bjects, nt full bjects Return the prefixes f all rute and rute6 bjects referenced in a given rute-set RIPE Database Query Manual, Sftware Versin 1.75

9 Return all the members (aut-num r as-set bject) f a specified as-set Return nly the members: attributes, nt the full bject Optinally, include supprt fr expansin f the previus query, if the returned value cntains references t as-sets, s that the result cntains nly a list f aut-num bjects The RIPE Database server des nt supprt this and it is up t the client t perfrm the expansin. The IRRTlset currently des the expansin. Return rute and rute6 bjects that exactly match a specified prefix Return rute and rute6 bjects that exactly match a specified prefix (as abve), but return nly the rute: r rute6: attributes Table 2.4, at the end f this sectin, gives details f query supprt fr tls Persistent Cnnectins and Keeping State If yu are carrying ut batched queries, yur database client can request a persistent cnnectin. The server will nt clse this cnnectin after sending a reply t yur client. This avids having t set up a new TCP cnnectin fr every query. The client can request this by sending the -k r --persistent-cnnectin query flag t the server. This flag may be sent withut a query argument t start the cnnectin. It may als be included as a query flag with the first query. During a persistent cnnectin, the server perates a stp-and-wait prtcl. This means that the next query cannt be sent until the reply has been received t the previus query. If yu want t be able t send queries in batch mde, yu must use the RIPE whis client. T exit a persistent cnnectin, send the -k r --persistent-cnnectin flag with n query argument r an empty query (\n) t the server. The cnnectin will als time ut after a perid f inactivity. 2.9 Getting All the Members f Set Objects In RPSL [3], an bject can be a member f a set bject in tw ways. Yu can list bjects in a members: attribute in the set bject. This is the kind f member relatinship present in Representatin f IP Ruting Plicies in a Ruting Registry [4]. Yu can use the member-f: attribute. Yu can use this in rute, rute6, aut-num and inet-rtr bject types. The value f the member-f: attribute identifies a set bject that this bject wants t be a member f. Hwever, just specifying member-f: is nt enugh. The referenced set bject must als have a mbrs-by-ref: attribute. This lists the maintainer f the bject that wants t be a member f the set. This means that the set wner must validate the membership claim f an bject with a member-f: attribute. It des this by matching the mnt-by line f the bject with ne f the maintainers in the mbrs-by-ref: attributes f the set bject Mre and Less Specific Lkups Fr Reverse Dmains The RIPE Database supprts IP netwrk queries including the -x, -M, -m, -L and -l functinality fr reverse delegatin dmains. T request that reverse delegatin dmains be queried fr with the mre (r less) specific query flags, yu must als include the -d query flag. Nte that there is n hierarchy allwed with reverse dmain bjects. These queries wrk n the address space hierarchies and return the crrespnding dmain bject, if fund, fr any address space bject Access Cntrl fr Queries RIPE Database Query Manual, Sftware Versin 1.75

10 The cntrl mechanism is based n the amunt f cntact infrmatin (cntained in persn and rle bjects) that is returned because f any queries made. Limits are based n the IP address f a whis client sending queries t the database server. Smetimes an IP address may be acting as a prxy and submitting queries n behalf f ther IP addresses (fr example, a webserver prviding an interface t the RIPE Database). The database server prvides a facility fr such prxy clients that allws accunting t be based n the IP address f the clients using the prxy t query the RIPE Database and nt n the IP address f the prxy server. This is dne using the -V flag as fllws: -V <versin>,<ipv4-address> where <versin> is a client tag that usually represents the sftware versin that the prxy uses <ipv4-address> is the IPv4 address f the client that queries the database using the prxy Nt all users can use this -V flag. Yu must cntact RIPE Database Administratin and tell us why yu need this facility. If we apprve yur request, we will add the IP address f the prxy server t an access cntrl list. Yu can then use the -V flag, but nly frm yur stated IP address. Attempting t use the -V flag withut apprval may result in permanent denial f access t the RIPE Database. This denial f access will apply t the IP address that submits the query. We restrict access t stp peple using the RIPE Database t cllect excessive amunts f cntact data. If the amunt f cntact data returned by all yur queries in a day (defined by Amsterdam time) exceeds defined limits, a temprary blck n access is applied t that IP address. This blck will be autmatically released at midnight (Amsterdam time) t allw querying t cntinue. There is als a limit n the number f times an IP address can be blcked and recver. When this limit is reached, that IP address is permanently blcked frm accessing the RIPE Database. This permanent blck will nt be autmatically remved. The limits are defined in the RIPE Database Acceptable Use Plicy [23]. There are many reasns why yu culd find yurself in this psitin. One is that yu are mining the RIPE Database fr cntact data t use fr nn-agreed purpses. In this case, the denial f access is justified and yur IP address will remain n the blcked list. Hwever, there may be ther reasns. Queries fr bject types ther than persn and rle bjects return cntact infrmatin by default. Using the -r r --n-referenced flag t prevent cntact data being included in yur query results can turn ff this default. Alternatively, yu may have an errr in a script that runs autmatically, retrieving cntact data that yu did nt knw abut. If yu believe there was a genuine errr r mistake that led t the permanent blck, yu need t cntact RIPE Database Administratin. Explain the errr and tell us what steps yu have taken t stp it happening again. RIPE Database Administratin will decide whether t remve the blck. It will remain n recrd that this IP address has been permanently blcked and unblcked. If anther permanent blck ccurs, we will be less likely t cnsider remving it a secnd time. Each time a persn r rle bject is retrieved, a cunter increases. When it reaches the limit defined in the AUP [23], the query executin is abrted and the cnnectin is terminated, displaying an errr message t the client (see Access errrs in Appendix A1, "RIPE Database Query Server Respnse Cdes and Messages"). Als a cunt f denials increases. Retrieving any ther bject type des nt affect these cunters. Any rle bject used fr abuse cntacts with an abus bx: attribute is exceptin t this rule. N accunting is dne n these bjects. There is als a limit n the number f simultaneus cnnectins frm a hst. When this limit is reached, further cnnectins frm the same hst are refused. If we blck yur access, yu will nt be able t query fr any bject types. We will nt just blck yur access t cntact date alne. RIPE Database Query Manual, Sftware Versin 1.75

11 2.12 Other Server Features RIPE NCC Glbal Resurce Service The RIPE NCC mirrrs several ther databases, in near real time, that are cnsidered t be f use t anyne wh queries the RIPE Database. These include the ther Reginal Internet Registries [24]. This allws queries t the RIPE Database t retrieve infrmatin frm ne r mre f the mirrred databases. A lcal cpy is maintained f each mirrred database. Daily updates are btained frm the mirrred databases t keep the lcal cpies up t date. The mirrred databases are referenced by the surce f the data. A list f currently available surces and the data they can prvide can be btained by using the -q query flag. This is described in Sectin All mirrred databases are made available by the RIPE NCC in RPSL syntax with the same RPSL extensins as the RIPE Database. If the mirrred data stream has sme ther syntax, it is cnverted int RIPE Database syntax befre submissin t the lcal database cpy. This means that the data returned t a user wh queries a RIPE NCC mirrr may nt be in the same frmat as data returned by querying the riginal database directly. Users can query the RIPE NCC mirrred databases as if they were querying the RIPE Database by adding the -s r "-a query flags. Bulk access t any f the mirrred databases is nt pssible. The Access Cntrl mechanism described in Sectin 2.12 applies t all data returned, regardless f the surce The q Query Flag The RIPE Database server supprts the retrieval f certain infrmatin abut itself and the data sets served, using a -q query flag. The -q query flag requests the server t reply with infrmatin abut the system setup. It des nt return any infrmatin extracted frm any f the databases that it serves. This query flag takes a single argument which has three pssible values: Versin (usage: -q versin). This will display versin infrmatin fr the server sftware Types (usage: -q types). This will list all the bject types recgnised by the RIPE Database Surces (usage: -q surces). This will list all available surces. That is, the lcal RIPE Database and all the mirrred databases The -t ( --template ) Query Flag This query flag returns t the user a brief descriptin f the specified bject type The -v ( --verbse ) Query Flag This query flag returns t the user a verbse descriptin f the specified bject type The -F ( --brief ) Query Flag This query flag changes the frmat f the returned bjects. The attribute names are represented in a shrt hand ntatin. Fr example, "persn:" becmes "*pn:". Using the F query flag includes the nn-recursive actin f the r query flag The -K ( --primary-keys ) Query Flag This query flag returns nly the primary keys f each bject. There are sme exceptins t this: With set bjects, the "members:" attributes will als be returned. RIPE Database Query Manual, Sftware Versin 1.75

12 N infrmatin is returned fr persn, rle r rganisatin bjects. If a query wuld nrmally nly return these types f bjects, n data is returned. In this case yu d nt get the "ERROR:101: n entries fund". The entries were fund but filtered because f using the "-K" flag The -T ( --select-types ) Query Flag This query flag restricts the type f the bjects returned. The query flag argument is a cmmaseparated list f bject types The -a ( --all-surces ) Query Flag This query flag requests that the server searches all the surces available t it. These are the surces listed by using the q surces query Tagging The RIPE Database allws system tags t be added t any (grup f) bjects. This is meta data that gives sme additinal infrmatin r meaning t certain bjects. Fr example, all resurce bjects maintained by the RIPE NCC are tagged with RIPE-REGISTRY-RESOURCE. Other resurces created in the database by users that are mre specific t bjects tagged with RIPE- REGISTRY-RESOURCE are tagged with RIPE-USER-RESOURCE. Currently these tags are nly generated by the database sftware and are re-generated nighty. Tables f Query Types Supprted by the RIPE Database Table 2.1 Queries Using Primary and Lkup Keys There are side effects t these types f queries. Other bjects may be returned besides the nes that yu are expecting. Fr example, if yu enter a netname yu may nly expect t get back the inetnum and inet6num bjects with this netname. Yu will als get any persn, rle r mntner bjects back whse name matches the netname specified. The query is dne as a text search n the primary and lkup keys. S any bject with a matching string will be returned. The results can be limited by using the T ptin t specify the bject types yu are interested in. Lkup Key(s) <ip-lkup> (IPv4 address prefix, range r single address) <ip-lkup> (IPv6 address prefix r single address) <netname> <as-number> <as-number> - <asnumber> (range f <asnumber> separated by Objects Returned inetnum, rute bjects with exact match n the specified key. If the exact match des nt exist, the bjects with the smallest less specific match are returned. When yu specify a single address, an inet-rtr bject whse ifaddr: attribute matches the query argument is als returned. inet6num, rute6 bjects with exact match n a specified key. If the exact match des nt exist, the bjects with the smallest less specific match are returned. If yu specify a single address, an inet-rtr bject whse interface: attribute matches the query argument is als returned. inetnum and inet6num bjects whse netname: attribute matches the query aut-num bject whse aut-num: attribute matches the query argument and an as-blck bject with the range cntaining the autnum bject, if it exists. as-blck bject whse primary key defines a range that exactly matches r fully cntains the range specified in the query RIPE Database Query Manual, Sftware Versin 1.75

13 - ) <reverse-dmain> <irt-name> <Persn-name> <set-name> <nic-handle> <mntner-name> <rg-id> <key-cert-id> <pem> <petic-frm> dmain and inet-rtr bjects whse primary keys match the query irt bject whse primary key matches the query persn and rle bjects whse persn: r rle: attributes cntain the name specified in the query A set whse primary key matches the query persn r rle bject whse nic-hdl: attribute matches the query mntner bject whse primary key matches the query rganisatin bject whse primary key matches the query key-cert bject whse primary key matches the query pem bject whse primary key matches the query petic-frm bject whse primary key matches the query Table 2.2 Queries Fr IP Netwrks Flag -x --exact -M --all-mre Lkup Key(s) Objects Returned r Effect Only inetnum, inet6num, rute, rute6 r dmain bjects that exactly match the prefix. If n exact match is fund, n bjects are returned. All level mre specific inetnum, inet6num, rute, rute6 r dmain bjects, excluding exact matches. -m --ne-mre First level mre specific inetnum, inet6num, rute r rute6 bjects, excluding exact matches. -L --all-less -l --ne-less -d -c --irt <iplkup> <iplkup> <iplkup> <iplkup> <iplkup> --reversedmain <iplkup> <iplkup> All level less specific inetnum, inet6num, rute, rute6 r dmain bjects, including exact matches. First level less specific inetnum, inet6num, rute, rute6 r dmain bjects, excluding exact matches. When used with -x, -M, -m, -L and -l flags, bth address and rute bject types and dmain bject types are returned. The smallest, less specific inetnum r inet6num bject fund encmpassing the range specified in the query Als any irt bjects fund referenced frm the returned inetnum r RIPE Database Query Manual, Sftware Versin 1.75

14 inet6num, r referenced frm the first less specific inetnum r inet6num t the returned bject that has such a reference. -b --abusecntact Prvides a brief utput f ranges with assciated abuse cntact infrmatin. Table 2.3 Query Flag Arguments t the - Query Flag and the Crrespnding Inverse Keys. Flag Argument (Alternative Frm) am (abus bx) ac (admin-c) at (auth) fp (fingerprint) pn (persn) iy (irt-nfy) la (lcal-as) mi (mnt-irt) mr (mbrs-by-ref) m (member-f) mb (mnt-by) md (mnt-dmains) Lkup Key(s) < > <nic-handle> r <persn-name> <key-cert-id> <fingerprint> <nic-handle> r <persn-name> < > <as-number> <irt-name> <mntner-name> <set-name> <mntner-name> <mntner-name> Objects Returned Objects whse abus bx: attribute matches the query Objects whse admin-c: attributes match the query mntner bjects whse auth: attribute matches the query Please nte that encrypted passwrds and SSO usernames cannt be inverse-searched, but nly PGPKEY and X509 certificates. key-cert bjects whse fingerpr: attribute matches the query Objects whse admin-c:, tech-c:, zne-c: r authr: attribute matches the query irt bjects whse irt-nfy: attribute matches the query inet-rtr bjects whse lcal-as: attribute matches the query inetnum and inet6num bjects whse mnt-irt: attribute matches the query Set bjects (as-set, rute-set and rtr-set) whse mbrs-byref: attribute matches the query Objects whse member-f: attribute matches the query argument and their membership claim is validated by the mbrs-by-ref: attribute f the set. Absence f the mbrs-byref: attribute means that the membership is nly defined by the members: attribute f the set. Objects whse mnt-by: attribute matches the query Objects whse mnt-dmains: attribute matches the query RIPE Database Query Manual, Sftware Versin 1.75

15 ml (mnt-lwer) mn (mnt-nfy) mu (mnt-rutes) mz (mnt-ref) ny (ntify) ns (nserver) r (rigin) rg tc (tech-c) dt (upd-t) zc (zne-c) <mntner-name> < > <mntner-name> <mntner-name> < > <dmain-name> r <ip-lkup> (IPv4/IPv6 address) <as-name> <rg-id> <nic-handle> r <persn-name> < > <nic-handle> r <persn-name> Objects whse mnt-lwer: attribute matches the query mntner bjects whse mnt-nfy: attribute matches the query aut-num, inetnum, rute and rute6 bjects whse mntrutes: attribute matches the query Returns all bjects whse mnt-ref: attribute matches the query Objects whse ntify: attribute matches the query dmain bjects whse nserver: attribute matches the query rute and rute6 bjects whse rigin: attribute matches the query Objects whse rganisatin: attribute matches the query Objects whse tech-c: attribute matches the query mntner bjects whse upd-t: attribute matches the query Objects whse zne-c: attribute matches the query Table 2.4 Query Supprt Fr Tls Flag -F --brief -K -k --primarykeys --persistentcnnectin Lkup Key(s) (ptinal nrmal query) Effect Prduces utput using shrthand ntatin fr attribute names. Prduces slwer respnses. Requests that nly the primary keys f an bject be returned. The exceptins are set bjects, where the members: attributes will als be returned. This flag des nt apply t persn and rle bjects. Requests a persistent cnnectin. After returning the result, the cnnectin will nt be clsed by the server and a client may issue multiple queries n the same cnnectin. The server implements a stp-and-wait prtcl, whereby n next query can be sent befre receiving a reply fr the previus ne. Use RIPE Whis client t be able RIPE Database Query Manual, Sftware Versin 1.75

16 Table 2.5 Miscellaneus Queries Flag Flag Argument Effect t send queries in batch mde. Except the first -k query, -k withut an argument clses the persistent cnnectin. -r --nreferenced -B --n-filtering -G --n-gruping Switches ff lkups fr referenced cntact infrmatin after retrieving the bjects that match the lkup key. Switches ff default filtering f bjects. Switches ff gruping f assciated bjects. -T --select-types Cmma separated list f bject types, n white space is allwed. Restricts the types f primary bjects t lkup in the query. -a --all-surces -s --surces --list-versins Cmma separated list f surces, n white space is allwed. Specifies that the server shuld perfrm lkups in all available surces. See als -q surces query. Specifies which surces are t be lked up when perfrming a query and in which rder. Shws a list f histrical versins fr the bject. Can nt be used n persn r rle bjects. --diff-versins Indicates the difference between given histrical versins f the bject. <versin-number> Returns the histrical versin f the bject with this index number. Must use --list-versins t get the index numbers. --types Lists available RPSL bject types. --versin Displays the current sftware versin. --list-surces --resurce <versin-number: versinnumber> --shwversin --shwpersnal --n-persnal Returns the current set f surces alng with the infrmatin required fr mirrring. Search all surces fr the specified resurce and returns the authritative ne. Placehlders are mitted. Include referenced persn and rle bjects in results. Filter referenced persn and rle bjects frm RIPE Database Query Manual, Sftware Versin 1.75

17 results. A client can be blcked fr excessive querying f these bjects. --n-tag-inf --shw-taginf --filter-taginclude --filter-tagexclude <tag> <tag> Include tagging infrmatin fr each bject in the results. D nt include any tagging infrmatin in the results. Return nly bjects with given tag in the results. Filter ut bjects with given tag frm the results. Table 2.6 Infrmatinal Queries The fllwing ntatins are used in this table: <bject-type> means full r abbreviated name; <client-tag> is a string withut a white space that usually bears the name f the client s sftware. Flag -q Flag Argument surces Effect Returns the current set f surces alng with the infrmatin required fr mirrring. -q versin Displays the current versin f the server. -t <bject-type> Requests a template fr the specified bject type. --template -v --verbse <bject-type> Requests a verbse template fr the specified bject type. -V --client <client-tag> Sends infrmatin abut the client t the server. Appendices A1. RIPE Database Query Server Respnse Cdes and Messages If the server encunters a prblem, an errr message is returned as a query result. The frmat f an errr message is as fllws: %ERROR:#:<message>, where # is the errr r respnse cde and <message> is a shrt descriptin f the prblem. There are n white spaces in this line, except in the <message> string. This may be fllwed by a mre descriptive message, each line f which starts with % fllwed by a white space and sme text. RIPE Database Query Manual, Sftware Versin 1.75

18 Example: % This is the RIPE Database query server #1. % The bjects are in RPSL frmat. % The RIPE Database is subject t Terms and Cnditins. % See %ERROR:101: n entries fund % % N entries fund in the selected surce(s). A1.1 Query Errrs %ERROR:101: n entries fund N entries were fund in the selected surce(s). %ERROR:102: unknwn surce Unknwn surce was supplied as argument t the -s query flag. Use -q surces fr a list f available surces. %ERROR:103: unknwn bject type Unknwn bject type is specified as an argument t the -T query flag. %ERROR:104: unknwn attribute Unknwn argument is specified t the inverse query flag ( -I ). See Sectin 2.0, "Querying the RIPE Database" fr mre infrmatin. %ERROR:105: attribute is nt searchable The argument specified fr the inverse query flag is nt a searchable attribute. See Sectin 2.0, "Querying the RIPE Database" fr mre infrmatin. %ERROR:106: n query argument specified N query argument has been specified in the query. %ERROR:107: input line t lng Input exceeds the maximum line length. %ERROR:108: bad character in input An invalid character was passed in the query. The nly allwed characters are letters, numbers and -_:+=.,@/?' %ERROR:109: invalid cmbinatin f flags passed The specified query flags cannt be included in the same query. %ERROR:110: multiple use f flag The same flag cannt be used multiple times. %ERROR:111: invalid ptin supplied Query flag that des nt exist was given. Use the help query t see the valid ptins. %ERROR:112: unsupprted query -mm query ptins are nt allwed n very large ranges/prefixes. %ERROR:114: unsupprted query Search key desn't match any knwn query types. %ERROR:115: invalid search key Search key entered is nt valid fr the specified bject type(s). %ERROR:116: unsupprted query Versins are nt supprted fr PERSON/ROLE bjects. %ERROR:117: versin cannt exceed X fr this bject RIPE Database Query Manual, Sftware Versin 1.75

19 Versins are numbers greater r equal t 1 but cannt exceed the bject's current versin number. A1.2 Access Errrs %ERROR:201: access denied Access frm the hst has been temprarily r permanently denied because f excessive querying. Yu shuld cntact a custmer service representative at ripe-dbm@ripe.net t discuss this prblem. %ERROR:202: access cntrl limit reached Limit f returned bjects has been reached. The cnnectin is terminated. Cntinued attempts t excessively query the database will result in permanent denial f service. See Sectin 2.11, Access Cntrl fr Queries fr mre infrmatin. %ERROR:203: address passing nt allwed The hst is nt registered as a prxy and is nt allwed t pass addresses n the query line ( -V flag). See Sectin 2.11, Access Cntrl fr Queries fr mre infrmatin. A1.3 Cnnectin Errrs %ERROR:301: cnnectin has been clsed The cnnectin is administratively r abnrmally clsed. %ERROR:302: referral timeut The cnnectin was clsed due t referral timeut. %ERROR:303: n referral hst Referral hst cannt be fund. %ERROR:304: referral hst nt respnding The cnnectin t the referral hst cannt be established. %ERROR:305: cnnectin has been clsed The cnnectin t the server has been clsed after a perid f inactivity. %ERROR:306: cnnectins exceeded Number f cnnectins frm a single IP address has exceeded the maximum number allwed. A1.4 NRTM Errrs %ERROR:401: invalid range: Nt within <first>-<last> This happens when the requested range r part f it is utside the serial numbers available at the server. <first> is the lwest serial number available. <Last> is the mst recent serial number available. A1.5 Warnings %WARNING:901: duplicate IP flags passed Mre than ne IP flag (-x, -M, -m, -L, -l, -c, r -b) was passed t the server. Only the last ne in the list f query flags will be used fr this query. %WARNING:902: useless IP flag passed An IP flag (-x, -M, -m, -L, -l, -c, r -b) was passed t the server when query did nt include an IP key as the A2. Cpyright Infrmatin A2.1 RIPE Database Cpyright RIPE Database Query Manual, Sftware Versin 1.75

20 The infrmatin in the RIPE Database is available t the public subject t the RIPE Database Terms and Cnditins [22]. A2.2 RIPE NCC Cpyright RIPE NCC. All rights reserved. Acknwledgements The authrs wish t acknwledge the wrk dne by the riginal develpers f versin 3.0 f the RIPE Database sftware and infrastructure at the RIPE NCC: Andrei Rbachevsky, Daniele Arena, Marek Bukwy, Engin Gunduz, Rman Karpiuk, Shane Kerr, Ambrse M.R. Magee, Chris Ottrey and Filipp Prtera. Thse wh have cntinued its develpment include Denis Walker, Katie Petruska, Agstn Hrvath, Can Bican, Tiag Ante, Js I Bumans, Luis Mtta Camps, Erik Bres and Menn Blm. Edward Shryane, Angela Sjhlm, Thedrs Plychniatis References [1] C. Alaettinglu, C. Villamizar, E. Gerich, D. Kessens, D. Meyer, T. Bates, D. Karrenberg and M. Terpstra, Ruting Plicy Specificatin Language (RPSL), RFC 2622, June 1999 [2] C. Villamizar, C. Alaettinglu, D. Meyer and S. Murphy, Ruting Plicy System Security, RFC 2725, December 1999 [3] D. Meyer, J. Schmitz, C. Orange, M. Prir, and C. Alaettinglu, Using RPSL in Practice, RFC 2650, August 1999 [4] T. Bates, E. Gerich, L. Jncheray, J.M. Juanigt, D. Karrenberg, M. Terpstra and J. Yu, Representatin f IP Ruting Plicies in a Ruting Registry, ripe-181, Octber See [5] RIPE Database - Getting Started [6] IRRTlset. See [7] P. Mckapetris, Dmain names - Cncepts and Facilities, RFC 1034, Nvember 1987 [8] P. Resnick, ed., Internet Message Frmat, RFC 2822, April 2001 [9] J. Zsak, PGP Authenticatin fr RIPE Database Updates, RFC 2726, December 1999 [10] N. Nimpun, A.Rbachevsky, New Value f the status: Attribute fr Inetnum Objects (LIR- PARTITIONED), ripe-239, June 2002 [11] A. Crmack, D. Stikvrt, W. Weber, and A. Rbachevsky, IRT Object in the RIPE Database, ripe-254, July 2002 [12] K. Harrenstien, M.K. Stahl, E.J. Feinler. NICNAME/WHOIS, RFC 954, Octber 1985 [13] J.S.L. Damas and L. Vegda, New Values f the status: Attribute fr inet6num Objects, ripe-243, August 2002 [14] L. Blunk, J. Damas, F. Parent and A. Rbachevsky, Ruting Plicy Specificatin Language next generatin (RPSLng), RFC 4012 [15] C. Bican, RIPE 43 presentatin n Webupdates, December 2002, [16] RIPE NCC service regin RIPE Database Query Manual, Sftware Versin 1.75

21 [17] The IANA cctld Database cntains a full list f the cctld administratrs, [18] RIPE Database Queries Reference Card [19] RIPE Database Update Reference Manual [20] RIPE Database web query, [21] Reginal Internet Registries (RIR), [22] Ripe Database Terms and Cnditins, [23] RIPE Database Acceptable Use Plicy, [24] Reginal Internet Registries - RIPE NCC, ARIN, APNIC, AFRINIC, LACNIC RIPE Database Query Manual, Sftware Versin 1.75

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Access the site directly by navigating to in your web browser.

Access the site directly by navigating to   in your web browser. GENERAL QUESTIONS Hw d I access the nline reprting system? Yu can access the nline system in ne f tw ways. G t the IHCDA website at https://www.in.gv/myihcda/rhtc.htm and scrll dwn the page t Cmpliance

More information

EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES

EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES T whm it may cncern. Thank yu fr yur request fr an IP netwrk number. Please ensure that yu read the infrmatin belw carefully befre submitting

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

Users, groups, collections and submissions in DSpace. Contents

Users, groups, collections and submissions in DSpace. Contents Users, grups, cllectins and submissins in DSpace Cntents Key cncepts... 2 User accunts and authenticatin... 2 Authrisatin and privileges... 2 Resurce plicies... 2 User rles and grups... 3 Submissin wrkflws...

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Managing Your Access To The Open Banking Directory How To Guide

Managing Your Access To The Open Banking Directory How To Guide Managing Yur Access T The Open Banking Directry Hw T Guide Date: June 2018 Versin: v2.0 Classificatin: PUBLIC OPEN BANKING LIMITED 2018 Page 1 f 32 Cntents 1. Intrductin 3 2. Signing Up 4 3. Lgging In

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal PAY EQUITY HEARINGS TRIBUNAL Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Pay Equity Hearings Tribunal This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

DNS (Domain Name Service)

DNS (Domain Name Service) mywbut.cm DNS (Dmain Name Service) The internet primarily uses IP addresses fr lcating ndes. Hwever, its humanly nt pssible fr us t keep track f the many imprtant ndes as numbers. Alphabetical names as

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

Customer Information. Agilent 2100 Bioanalyzer System Startup Service G2949CA - Checklist

Customer Information. Agilent 2100 Bioanalyzer System Startup Service G2949CA - Checklist This checklist is used t prvide guidance and clarificatin n aspects f the auxillary Startup Service (G2949CA) including Security Pack Installatin and Familiarizatin f yur Agilent 2100 Bianalyzer System

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors Cnfiguring Database & SQL Query Mnitring With Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, Nvember, 2013 http://www.sentry-g.cm Be Practive, Nt Reactive! One f the best ways f ensuring a database is

More information

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as:

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as: Lcatin f the map.x.prperties files $ARCSIGHT_HOME/current/user/agent/map File naming cnventin The files are named in sequential rder such as: Sme examples: 1. map.1.prperties 2. map.2.prperties 3. map.3.prperties

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

Ephorus Integration Kit

Ephorus Integration Kit Ephrus Integratin Kit Authr: Rbin Hildebrand Versin: 2.0 Date: May 9, 2007 Histry Versin Authr Cmment v1.1 Remc Verhef Created. v1.2 Rbin Hildebrand Single Sign On (Remved v1.7). v1.3 Rbin Hildebrand Reprting

More information

Populate and Extract Data from Your Database

Populate and Extract Data from Your Database Ppulate and Extract Data frm Yur Database 1. Overview In this lab, yu will: 1. Check/revise yur data mdel and/r marketing material (hme page cntent) frm last week's lab. Yu will wrk with tw classmates

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board ONTARIO LABOUR RELATIONS BOARD Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Ontari Labur Relatins Bard This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

Overview of OPC Alarms and Events

Overview of OPC Alarms and Events Overview f OPC Alarms and Events Cpyright 2016 EXELE Infrmatin Systems, Inc. EXELE Infrmatin Systems (585) 385-9740 Web: http://www.exele.cm Supprt: supprt@exele.cm Sales: sales@exele.cm Table f Cntents

More information

Installation and Getting Started

Installation and Getting Started Eurstat Data Transmissin Tls & Services EDAMIS Web Applicatin v3.1 Installatin and Getting Started TABLE OF CONTENTS: 1 Intrductin... 2 2 Installatin... 2 2.1 Prerequisites... 2 2.2 EWA installatin...

More information

User Guide. Avigilon Control Center Mobile Version 2.2 for Android

User Guide. Avigilon Control Center Mobile Version 2.2 for Android User Guide Avigiln Cntrl Center Mbile Versin 2.2 fr Andrid 2011-2015, Avigiln Crpratin. All rights reserved. Unless expressly granted in writing, n license is granted with respect t any cpyright, industrial

More information

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55.

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55. Schl f Cmputer Science McGill University Schl f Cmputer Science COMP-206 Sftware Systems Due: September 29, 2008 n WEB CT at 23:55 Operating Systems This assignment explres the Unix perating system and

More information

PAGE NAMING STRATEGIES

PAGE NAMING STRATEGIES PAGE NAMING STRATEGIES Naming Yur Pages in SiteCatalyst May 14, 2007 Versin 1.1 CHAPTER 1 1 Page Naming The pagename variable is used t identify each page that will be tracked n the web site. If the pagename

More information

Entering an NSERC CCV: Step by Step

Entering an NSERC CCV: Step by Step Entering an NSERC CCV: Step by Step - 2018 G t CCV Lgin Page Nte that usernames and passwrds frm ther NSERC sites wn t wrk n the CCV site. If this is yur first CCV, yu ll need t register: Click n Lgin,

More information

Programming Project: Building a Web Server

Programming Project: Building a Web Server Prgramming Prject: Building a Web Server Submissin Instructin: Grup prject Submit yur cde thrugh Bb by Dec. 8, 2014 11:59 PM. Yu need t generate a simple index.html page displaying all yur grup members

More information

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools.

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools. Q.1 What is Trubleshting Tls? List their types? Trubleshting f netwrk prblems is find and slve with the help f hardware and sftware is called trubleshting tls. Trubleshting Tls - Hardware Tls They are

More information

ABELMed Platform Setup Conventions

ABELMed Platform Setup Conventions ABELMed Platfrm Setup Cnventins 1 Intrductin 1.1 Purpse f this dcument The purpse f this dcument is t prvide prspective ABELMed licensees and their hardware vendrs with the infrmatin that they will require

More information

Reporting Requirements Specification

Reporting Requirements Specification Cmmunity Mental Health Cmmn Assessment Prject OCAN 2.0 - ing Requirements Specificatin May 4, 2010 Versin 2.0.2 SECURITY NOTICE This material and the infrmatin cntained herein are prprietary t Cmmunity

More information

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways:

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways: Type: System Enhancements ID Number: SE 94 Date: June 29, 2012 Subject: New Address Verificatin Prcess Suggested Audience: Human Resurce Offices Details: Sectin I: General Infrmatin fr Address Verificatin

More information

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

Systems & Operating Systems

Systems & Operating Systems McGill University COMP-206 Sftware Systems Due: Octber 1, 2011 n WEB CT at 23:55 (tw late days, -5% each day) Systems & Operating Systems Graphical user interfaces have advanced enugh t permit sftware

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? CCNA 4 Chapter 8 v5.0 Exam Answers 2015 (100%) 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput

More information

Customer Upgrade Checklist

Customer Upgrade Checklist Custmer Upgrade Checklist Getting Ready fr Yur Sabre Prfiles Upgrade Kicking Off the Prject Create a prfiles prject team within yur agency. Cnsider including peple wh can represent bth the business and

More information

Enrolling onto the Open Banking Directory How To Guide

Enrolling onto the Open Banking Directory How To Guide Enrlling nt the Open Banking Directry Hw T Guide Date: Octber 2017 Versin: v3.0 Classificatin: PUBLIC OPEN BANKING LIMITED ENROLLING ONTO THE OPEN BANKING DIRECTORY Page 1 f 14 Cntents 1. Intrductin 3

More information

STUDENTS/STAFF MANAGEMENT -SUMMATIVE

STUDENTS/STAFF MANAGEMENT -SUMMATIVE SUMMATIVE AND STATE-LEVEL TESTING STUDENTS/STAFF MANAGEMENT -SUMMATIVE This Students/Staff Management Guide is written fr leaders at schls r the district wh: Prepare and uplad a rster f students and staff

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

Custodial Integrator. Release Notes. Version 3.11 (TLM)

Custodial Integrator. Release Notes. Version 3.11 (TLM) Custdial Integratr Release Ntes Versin 3.11 (TLM) 2018 Mrningstar. All Rights Reserved. Custdial Integratr Prduct Versin: V3.11.001 Dcument Versin: 020 Dcument Issue Date: December 14, 2018 Technical Supprt:

More information

CCNA Security v2.0 Chapter 9 Exam Answers

CCNA Security v2.0 Chapter 9 Exam Answers CCNA Security v2.0 Chapter 9 Exam Answers 1. Refer t the exhibit. An administratr creates three znes (A, B, and C) in an ASA that filters traffic. Traffic riginating frm Zne A ging t Zne C is denied, and

More information

CCNA 1 v5.1 Practice Final Exam Answers %

CCNA 1 v5.1 Practice Final Exam Answers % CCNA 1 v5.1 Practice Final Exam Answers 2016 100% 1. Which term refers t a netwrk that prvides secure access t the crprate ffices by suppliers, custmers and cllabratrs? Internet intranet extranet extendednet

More information

Uploading Files with Multiple Loans

Uploading Files with Multiple Loans Uplading Files with Multiple Lans Descriptin & Purpse Reprting Methds References Per the MHA Handbk, servicers are required t prvide peridic lan level data fr activity related t the Making Hme Affrdable

More information

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files.

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files. Interfacing t MATLAB Overview: Getting Started Basic Tutrial Interfacing with OCX Installatin GUI with MATLAB's GUIDE First Buttn & Image Mre ActiveX Cntrls Exting the GUI Advanced Tutrial MATLAB Cntrls

More information

Aras Innovator Viewer Add-Ons

Aras Innovator Viewer Add-Ons Aras Innvatr Viewer Add-Ons Aras Innvatr 9.2 Dcument #: 9.2.02232009 Last Mdified: 4/1/2010 Aras Crpratin ARAS CORPORATION Cpyright 2010 All rights reserved Aras Crpratin 300 Brickstne Square Suite 904

More information

ABELDent Platform Setup Conventions

ABELDent Platform Setup Conventions ABELDent Platfrm Setup Cnventins 1 Intrductin 1.1 Purpse f this dcument The purpse f this dcument is t prvide prspective ABELDent licensees and their hardware vendrs with the infrmatin that they will require

More information

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

Using SPLAY Tree s for state-full packet classification

Using SPLAY Tree s for state-full packet classification Curse Prject Using SPLAY Tree s fr state-full packet classificatin 1- What is a Splay Tree? These ntes discuss the splay tree, a frm f self-adjusting search tree in which the amrtized time fr an access,

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

New Tenancy Contact - User manual

New Tenancy Contact - User manual New Tenancy Cntact - User manual Table f Cntents Abut Service... 3 Service requirements... 3 Required Dcuments... 3 Service fees... 3 Hw t apply fr this service... 4 Validatin Messages... 28 New Tenancy

More information

Release Notes System Software

Release Notes System Software Release Ntes System Sftware 10.2.5 Cntent Cntent... 1 1 Release 10.2.5.100... 2 1.1 New functins... 2 1.2 Changes... 3 1.3 Errr crrectins... 3 1.4 Knwn Restrictins... 5 Release Ntes 10.2.5 V. 1.0 20181220

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

Telkom VPN-Lite router setup User Manual Billion 800VGT

Telkom VPN-Lite router setup User Manual Billion 800VGT Telkm VPN-Lite ruter setup User Manual Billin 800VGT Cntents 1. Intrductin... 3 2. Befre yu start... 4 3. VPN-Lite Setup Using Windws Utility... 5 4. VPN-Lite Setup using yur web brwser... 7 5. VPN-Lite

More information

Outlook Web Application (OWA) Basic Training

Outlook Web Application (OWA) Basic Training Outlk Web Applicatin (OWA) Basic Training Requirements t use OWA Full Versin: Yu must use at least versin 7 f Internet Explrer, Safari n Mac, and Firefx 3.X. (Ggle Chrme r Internet Explrer versin 6, yu

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins Date f Last Update: FAQ SatView 0001 SatView is nt pening and hangs at the initial start-up splash screen This is mst likely an issue with ne f the dependency, SQL LcalDB, missing

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

APPLY PAGE: LOGON PAGE:

APPLY PAGE: LOGON PAGE: APPLY PAGE: Upn accessing the system fr the first time, yu will land n the Apply Page. This page will shw yu any currently pen pprtunities that yu can apply fr, as well as any relevant deadlines r ther

More information

Telkom VPN-Lite router setup User Manual Billion 810VGTX

Telkom VPN-Lite router setup User Manual Billion 810VGTX Telkm VPN-Lite ruter setup User Manual Billin 810VGTX Cntents Intrductin... 3 Befre yu start... 4 VPN-Lite Setup Using Windws Utility... 5 VPN-Lite Setup using yur web brwser... 7 VPN-Lite Manual Setup

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 22, 2017 - Versin 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

Homework: Populate and Extract Data from Your Database

Homework: Populate and Extract Data from Your Database Hmewrk: Ppulate and Extract Data frm Yur Database 1. Overview In this hmewrk, yu will: 1. Check/revise yur data mdel and/r marketing material frm last week's hmewrk- this material will later becme the

More information

Creating a TES Encounter/Transaction Entry Batch

Creating a TES Encounter/Transaction Entry Batch Creating a TES Encunter/Transactin Entry Batch Overview Intrductin This mdule fcuses n hw t create batches fr transactin entry in TES. Charges (transactins) are entered int the system in grups called batches.

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0 Kaltura Vide Extensin fr IBM Cnnectins User Guide Versin: 1.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2014 Kaltura Inc. All Rights

More information

CCNA Security v2.0 Chapter 3 Exam Answers

CCNA Security v2.0 Chapter 3 Exam Answers CCNA Security v2.0 Chapter 3 Exam Answers 1. Because f implemented security cntrls, a user can nly access a server with FTP. Which AAA cmpnent accmplishes this? accunting accessibility auditing authrizatin

More information

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C Due: July 9 (Sun) 11:59 pm 1. Prblem A Subject: Structure declaratin, initializatin and assignment. Structure

More information

Milestone XProtect. NVR Installer s Guide

Milestone XProtect. NVR Installer s Guide Milestne XPrtect NVR Installer s Guide Target Audience fr this Dcument This guide is relevant fr peple respnsible fr delivering and installing Milestne XPrtect NVR surveillance systems. If yu are a Milestne

More information

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

Cityspan Database Instructions

Cityspan Database Instructions T all Measure Z Grantees: Official training vide is available nline. Yu can find the link by ging t the Oakland Unite website [www.aklandunite.rg] and lking under the tab Grantee Crner Tls fr Grantees.

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

HireRight: Step-by-Step Guide

HireRight: Step-by-Step Guide HireRight: Step-by-Step Guide Using HireRight fr Frm I-9 and E-Verify This guide prvides step-by-step prcedures fr using HireRight t cmplete the Emplyment Eligibility Verificatin Frm I-9 and E-Verify check

More information

Author guide to submission and publication

Author guide to submission and publication Authr guide t submissin and publicatin Cntents Cntents... 1 Preparing an article fr submissin... 1 Hw d I submit my article?... 1 The decisin prcess after submissin... 2 Reviewing... 2 First decisin...

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

State Assessment Program Indiana Released Items Repository Quick Guide

State Assessment Program Indiana Released Items Repository Quick Guide State Assessment Prgram Indiana Released Items Repsitry Quick Guide 2018 2019 Published December 10, 2018 Prepared by the American Institutes fr Research Released Items Repsitry Intrductin This guide prvides

More information

COP2800 Homework #3 Assignment Spring 2013

COP2800 Homework #3 Assignment Spring 2013 YOUR NAME: DATE: LAST FOUR DIGITS OF YOUR UF-ID: Please Print Clearly (Blck Letters) YOUR PARTNER S NAME: DATE: LAST FOUR DIGITS OF PARTNER S UF-ID: Please Print Clearly Date Assigned: 15 February 2013

More information